Enumeration (GI Flags)

Gst-1.0GstMapFlags

Flags used when mapping memory

Index

Enumeration Members

Enumeration Members

FLAG_LAST: number

first flag that can be used for custom purposes

READ: number

map for read access

REF_MEMORY: number

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.

WRITE: number

map for write access

Variables

$gtype