Uses of Class
org.gstreamer.ClockReturn

Packages that use ClockReturn
org.gstreamer   
org.gstreamer.elements   
org.gstreamer.lowlevel   
 

Uses of ClockReturn in org.gstreamer
 

Methods in org.gstreamer that return ClockReturn
static ClockReturn ClockReturn.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ClockReturn[] ClockReturn.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ClockReturn in org.gstreamer.elements
 

Methods in org.gstreamer.elements that return ClockReturn
 ClockReturn BaseSink.waitClock(ClockTime time, com.sun.jna.Pointer jitter)
           
 

Uses of ClockReturn in org.gstreamer.lowlevel
 

Methods in org.gstreamer.lowlevel that return ClockReturn
 ClockReturn BaseSinkAPI.gst_base_sink_wait_clock(BaseSink sink, ClockTime time, com.sun.jna.Pointer jitter)
           
 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)