MapFlags#
- class MapFlags#
Flags used when mapping memory
Fields#
- class MapFlags
- FLAG_LAST#
First flag that can be used for custom purposes
- READ#
Map for read access
- REF_MEMORY#
Take another reference of the memory and store it in the GstMapInfo. This makes sure that the memory stays valid while it is mapped and automatically unrefs it on unmap.
Added in version 1.28.
- WRITE#
Map for write access