Uses of Class
org.gstreamer.ClockReturn

Packages that use ClockReturn
org.gstreamer   
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.lowlevel
 

Methods in org.gstreamer.lowlevel that return ClockReturn
 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)