org.gstreamer.lowlevel
public interface GstClockAPI extends com.sun.jna.Library
Modifier and Type | Interface and Description |
---|---|
static interface |
GstClockAPI.GstClockCallback |
Modifier and Type | Field and Description |
---|---|
static GstClockAPI |
GSTCLOCK_API |
static final GstClockAPI GSTCLOCK_API
GType gst_clock_get_type()
void gst_clock_set_calibration(Clock clock, ClockTime internal, ClockTime external, ClockTime rate_num, ClockTime rate_denom)
void gst_clock_get_calibration(Clock clock, long[] internal, long[] external, long[] rate_num, long[] rate_denom)
boolean gst_clock_add_observation(Clock clock, ClockTime slave, ClockTime Master, double[] r_squared)
ClockID gst_clock_new_periodic_id(Clock clock, ClockTime start_time, ClockTime interval)
void gst_clock_id_ref(ClockID id)
void gst_clock_id_unref(ClockID id)
void gst_clock_id_unref(com.sun.jna.Pointer id)
ClockReturn gst_clock_id_wait(ClockID id, long[] jitter)
ClockReturn gst_clock_id_wait_async(ClockID id, GstClockAPI.GstClockCallback func, com.sun.jna.Pointer user_data)
void gst_clock_id_unschedule(ClockID id)
Copyright © 2014. All rights reserved.