Gst.ClockEntry¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
clock |
r |
||
destroy_data |
r |
||
func |
r |
||
interval |
r |
||
refcount |
r/w |
reference counter (read-only) |
|
status |
r |
||
time |
r |
||
type |
r |
||
unscheduled |
r |
||
user_data |
r |
||
woken_up |
r |
Methods¶
None
Details¶
- class Gst.ClockEntry¶
All pending timeouts or periodic notifies are converted into an entry. Note that
Gst.ClockEntry
should be treated as an opaque structure. It must not be extended or allocated using a custom allocator.