GstClockClass

GStreamer clock class. Override the vmethods to implement the clock functionality.

Members

Variables

changeResolution
GstClockTime function(GstClock* clock, GstClockTime oldResolution, GstClockTime newResolution) changeResolution;
getInternalTime
GstClockTime function(GstClock* clock) getInternalTime;
getResolution
GstClockTime function(GstClock* clock) getResolution;
parentClass
GstObjectClass parentClass;

the parent class structure

unschedule
void function(GstClock* clock, GstClockEntry* entry) unschedule;
wait
GstClockReturn function(GstClock* clock, GstClockEntry* entry, GstClockTimeDiff* jitter) wait;
waitAsync
GstClockReturn function(GstClock* clock, GstClockEntry* entry) waitAsync;