FdMemoryFlags
Description:
[ CCode ( cname = "GstFdMemoryFlags" , cprefix = "GST_FD_MEMORY_FLAG_" , has_type_id = false ) ]
[ Flags ]
[ GIR ( name = "FdMemoryFlags" ) ]
[ Version ( since = "1.6" ) ]
public enum FdMemoryFlags
Various flags to control the operation of the fd backed memory.
Content:
Enum values:
- DONT_CLOSE - don't close
the file descriptor when the memory is freed.
- KEEP_MAPPED - once the
memory is mapped, keep it mapped until the memory is destroyed.
- MAP_PRIVATE - do a private
mapping instead of the default shared mapping.
- NONE - no flag