- GstReserved
void*[4] GstReserved;
Undocumented in source.
- changeResolution
GstClockTime function(GstClock* clock, GstClockTime oldResolution, GstClockTime newResolution) changeResolution;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- 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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- wait
GstClockReturn function(GstClock* clock, GstClockEntry* entry, GstClockTimeDiff* jitter) wait;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- waitAsync
GstClockReturn function(GstClock* clock, GstClockEntry* entry) waitAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GStreamer clock class. Override the vmethods to implement the clock functionality.