GstClockEntry

All pending timeouts or periodic notifies are converted into an entry. Note that GstClockEntry should be treated as an opaque structure. It must not be extended or allocated using a custom allocator.

Members

Variables

GstReserved
void*[4] GstReserved;
Undocumented in source.
clock
GstClock* clock;
Undocumented in source.
destroyData
GDestroyNotify destroyData;
Undocumented in source.
func
GstClockCallback func;
Undocumented in source.
interval
GstClockTime interval;
Undocumented in source.
refcount
int refcount;

reference counter (read-only)

status
GstClockReturn status;
Undocumented in source.
time
GstClockTime time;
Undocumented in source.
type
GstClockEntryType type;
Undocumented in source.
unscheduled
bool unscheduled;
Undocumented in source.
userData
void* userData;
Undocumented in source.
wokenUp
bool wokenUp;
Undocumented in source.

Meta