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