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

TGstBufferPoolAcquireFlags

Declaration

Source position: gstenum.inc line 30

type TGstBufferPoolAcquireFlags = (

  GST_BUFFER_POOL_ACQUIRE_FLAG_NONE = 0,

  GST_BUFFER_POOL_ACQUIRE_FLAG_KEY_UNIT = 1 shl 0,

  GST_BUFFER_POOL_ACQUIRE_FLAG_DONTWAIT = 1 shl 1,

  GST_BUFFER_POOL_ACQUIRE_FLAG_DISCONT = 1 shl 2,

  GST_BUFFER_POOL_ACQUIRE_FLAG_LAST = 1 shl 16

);


Documentation generated on: 2023-03-18