GstClockFlags

The capabilities of this clock

Values

ValueMeaning
CAN_DO_SINGLE_SYNC16

clock can do a single sync timeout request

CAN_DO_SINGLE_ASYNC32

clock can do a single async timeout request

CAN_DO_PERIODIC_SYNC64

clock can do sync periodic timeout requests

CAN_DO_PERIODIC_ASYNC128

clock can do async periodic timeout callbacks

CAN_SET_RESOLUTION256

clock's resolution can be changed

CAN_SET_MASTER512

clock can be slaved to a master clock

LAST4096

subclasses can add additional flags starting from this flag

Meta