Gst.MemoryFlags – gstreamer-1.0 Reference Manual
MemoryFlags
Description:
[
CCode
( cprefix =
"GST_MEMORY_FLAG_"
, type_id =
"gst_memory_flags_get_type ()"
) ]
[
Flags
]
public
enum
MemoryFlags
Flags for wrapped memory.
Namespace:
Gst
Package:
gstreamer-1.0
Content:
Enum values:
LAST
-
first flag that can be used for custom purposes
NOT_MAPPABLE
-
the memory can't be mapped via
map
without any preconditions.
NO_SHARE
-
memory must not be shared.
PHYSICALLY_CONTIGUOUS
-
the memory is physically contiguous.
READONLY
-
memory is readonly.
ZERO_PADDED
-
the memory padding is filled with 0 bytes
ZERO_PREFIXED
-
the memory prefix is filled with 0 bytes
2022 vala-language.org