Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
int |
ClockID.compareTo(ClockID other)
Compares this ClockID to another.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |