Class (GI Struct)

Gst-1.0GstMapInfo

A structure containing the result of a map operation such as gst_memory_map(). It contains the data and size.

Gst.MapInfo cannot be used with g_auto() because it is ambiguous whether it needs to be unmapped using gst_buffer_unmap() or gst_memory_unmap(). Instead, GstBufferMapInfo and GstMemoryMapInfo can be used in that case.

Index

Constructors

Properties

data: Uint8Array
flags: Gst.MapFlags
maxsize: number
size: number
user_data: any[]
$gtype: GType<MapInfo>