BufferCopyFlags
Description:
[ CCode ( cprefix = "GST_BUFFER_COPY_" , type_id = "gst_buffer_copy_flags_get_type ()" ) ]
[ Flags ]
public enum BufferCopyFlags
A set of flags that can be provided to the copy_into function to specify
which items should be copied.
Content:
Enum values:
- DEEP - flag indicating that
memory should always be copied instead of reffed
- FLAGS - flag indicating that
buffer flags should be copied
- MEMORY - flag indicating that
buffer memory should be reffed and appended to already existing memory.
- MERGE - flag indicating that
buffer memory should be merged
- META - flag indicating that
buffer meta should be copied
- NONE - copy nothing
- TIMESTAMPS - flag
indicating that buffer pts, dts, duration, offset and offset_end should be copied