Package ch.bailu.gtk.gst
Klasse MapInfo
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.MapInfo
- Alle implementierten Schnittstellen:
PointerInterface
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.
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
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
flags used when mapping the memorya pointer to the mapped memoryvoid
setFieldFlags
(int flags) flags used when mapping the memoryvoid
setFieldMemory
(Memory memory) a pointer to the mapped memoryVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
MEMORY
a pointer to the mapped memory- Siehe auch:
-
FLAGS
flags used when mapping the memory- Siehe auch:
-
-
Konstruktordetails
-
MapInfo
-
-
Methodendetails
-
getClassHandler
-
setFieldMemory
a pointer to the mapped 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
-