Class MapInfo

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.gst.MapInfo
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
BufferMapInfo, MemoryMapInfo

@Generated("io.github.jwharm.JavaGI") public class MapInfo extends ProxyInstance
A structure containing the result of a map operation such as gst_memory_map(). It contains the data and size.

GstMapInfo 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.