Klasse MapInfo

Alle implementierten Schnittstellen:
PointerInterface

public class MapInfo extends Record
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.

https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html

  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldMemory

      public void setFieldMemory(Memory memory)
      a pointer to the mapped memory
    • getFieldMemory

      public Memory getFieldMemory()
      a pointer to the mapped memory
    • setFieldFlags

      public void setFieldFlags(int flags)
      flags used when mapping the memory
    • getFieldFlags

      public int getFieldFlags()
      flags used when mapping the memory