Uses of Class
org.gstreamer.ClockID

Packages that use ClockID
org.gstreamer   
org.gstreamer.lowlevel   
 

Uses of ClockID in org.gstreamer
 

Methods in org.gstreamer that return ClockID
 ClockID Clock.newPeriodicID(ClockTime startTime, ClockTime interval)
          Gets an ID from this clock to trigger a periodic notification.
 ClockID Clock.newSingleShotID(ClockTime time)
          Gets a ClockID from this clock to trigger a single shot notification at the requested time.
 

Methods in org.gstreamer with parameters of type ClockID
 int ClockID.compareTo(ClockID other)
          Compares this ClockID to another.
 

Uses of ClockID in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return ClockID
 ClockID GstClockAPI.gst_clock_new_periodic_id(Clock clock, ClockTime start_time, ClockTime interval)
           
 ClockID GstClockAPI.gst_clock_new_single_shot_id(Clock clock, ClockTime time)
           
 

Methods in org.gstreamer.lowlevel with parameters of type ClockID
 boolean GstClockAPI.GstClockCallback.callback(Clock clock, ClockTime time, ClockID id, com.sun.jna.Pointer user_data)
           
 int GstClockAPI.gst_clock_id_compare_func(ClockID id1, ClockID id2)
           
 ClockTime GstClockAPI.gst_clock_id_get_time(ClockID id)
           
 void GstClockAPI.gst_clock_id_ref(ClockID id)
           
 void GstClockAPI.gst_clock_id_unref(ClockID id)
           
 void GstClockAPI.gst_clock_id_unschedule(ClockID id)
           
 ClockReturn GstClockAPI.gst_clock_id_wait_async(ClockID id, GstClockAPI.GstClockCallback func, com.sun.jna.Pointer user_data)
           
 ClockReturn GstClockAPI.gst_clock_id_wait(ClockID id, long[] jitter)