MapInfo#
- class MapInfo(*args, **kwargs)#
A structure containing the result of a map operation such as
map()
. It contains the data and size.
MapInfo
cannot be used with g_auto() because it is ambiguous whether it
needs to be unmapped using unmap()
or unmap()
. Instead,
GstBufferMapInfo
and GstMemoryMapInfo
can be used in that case.