Module: Gst::ClockFlags

Defined in:
(unknown)

Constant Summary collapse

CAN_DO_SINGLE_SYNC =

clock can do a single sync timeout request

16 or :can_do_single_sync
CAN_DO_SINGLE_ASYNC =

clock can do a single async timeout request

32 or :can_do_single_async
CAN_DO_PERIODIC_SYNC =

clock can do sync periodic timeout requests

64 or :can_do_periodic_sync
CAN_DO_PERIODIC_ASYNC =

clock can do async periodic timeout callbacks

128 or :can_do_periodic_async
CAN_SET_RESOLUTION =

clock's resolution can be changed

256 or :can_set_resolution
CAN_SET_MASTER =

clock can be slaved to a master clock

512 or :can_set_master
NEEDS_STARTUP_SYNC =

clock needs to be synced before it can be used

1024 or :needs_startup_sync
LAST =

subclasses can add additional flags starting from this flag

4096 or :last