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

TGstEventTypeFlags

Declaration

Source position: gstevent.inc line 47

type TGstEventTypeFlags = (

  GST_EVENT_TYPE_UPSTREAM = 1 shl 0,

  GST_EVENT_TYPE_DOWNSTREAM = 1 shl 1,

  GST_EVENT_TYPE_SERIALIZED = 1 shl 2,

  GST_EVENT_TYPE_STICKY = 1 shl 3,

  GST_EVENT_TYPE_STICKY_MULTI = 1 shl 4

);


Documentation generated on: 2023-03-18