Unit 'gst' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#gst]

TGstClockFlags

Declaration

Source position: gstclock.inc line 76

type TGstClockFlags = (

  GST_CLOCK_FLAG_CAN_DO_SINGLE_SYNC = GST_OBJECT_FLAG_LAST shl 0,

  GST_CLOCK_FLAG_CAN_DO_SINGLE_ASYNC = GST_OBJECT_FLAG_LAST shl 1,

  GST_CLOCK_FLAG_CAN_DO_PERIODIC_SYNC = GST_OBJECT_FLAG_LAST shl 2,

  GST_CLOCK_FLAG_CAN_DO_PERIODIC_ASYNC = GST_OBJECT_FLAG_LAST shl 3,

  GST_CLOCK_FLAG_CAN_SET_RESOLUTION = GST_OBJECT_FLAG_LAST shl 4,

  GST_CLOCK_FLAG_CAN_SET_MASTER = GST_OBJECT_FLAG_LAST shl 5,

  GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC = GST_OBJECT_FLAG_LAST shl 6,

  GST_CLOCK_FLAG_LAST = GST_OBJECT_FLAG_LAST shl 8

);


Documentation generated on: 2023-03-18