BufferPoolAcquireFlags
Description:
[ CCode ( cprefix = "GST_BUFFER_POOL_ACQUIRE_FLAG_" , type_id = "gst_buffer_pool_acquire_flags_get_type ()" ) ]
[ Flags ]
public enum BufferPoolAcquireFlags
Additional flags to control the allocation of a buffer
Content:
Enum values:
- DISCONT - buffer is discont
- DONTWAIT - when the bufferpool
is empty, acquire_buffer will by default block until a buffer is released into the pool again.
- KEY_UNIT - buffer is keyframe
- LAST - last flag, subclasses can
use private flags starting from this value.
- NONE - no flags