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

TGstMetaFlags

Declaration

Source position: gstmeta.inc line 56

type TGstMetaFlags = (

  GST_META_FLAG_NONE = 0,

  GST_META_FLAG_READONLY = 1 shl 0,

  GST_META_FLAG_POOLED = 1 shl 1,

  GST_META_FLAG_LOCKED = 1 shl 2,

  GST_META_FLAG_LAST = 1 shl 16

);


Documentation generated on: 2023-03-18