- 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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getResolution
GstClockTime function(GstClock* clock) getResolution;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- parentClass
GstObjectClass parentClass;
Undocumented in source.
- 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) 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.
- waitJitter
GstClockReturn function(GstClock* clock, GstClockEntry* entry, GstClockTimeDiff* jitter) waitJitter;
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. GstObjectClassparent_class;