GstMapInfo

A structure containing the result of a map operation such as gst_memory_map(). It contains the data and size. GstMemory *memory; a pointer to the mapped memory GstMapFlags flags; flags used when mapping the memory guint8 *data; a pointer to the mapped data. [array length=size] gsize size; the valid size in data gsize maxsize; the maximum bytes in data

Members

Variables

data
ubyte* data;
Undocumented in source.
flags
GstMapFlags flags;
Undocumented in source.
maxsize
gsize maxsize;
Undocumented in source.
memory
GstMemory* memory;
Undocumented in source.
size
gsize size;
Undocumented in source.

Meta