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;
clock
GstClock* clock;
destroyData
GDestroyNotify destroyData;
func
GstClockCallback func;
interval
GstClockTime interval;
refcount
int refcount;

reference counter (read-only)

status
GstClockReturn status;
time
GstClockTime time;
type
GstClockEntryType type;
unscheduled
bool unscheduled;
userData
void* userData;
wokenUp
bool wokenUp;