Package ch.bailu.gtk.gst
Klasse MetaTransformCopy
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.MetaTransformCopy
- Alle implementierten Schnittstellen:
PointerInterface
Extra data passed to a "gst-copy" transform #GstMetaTransformFunction.
https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerlongthe offset to copy, 0 if @region is %FALSE, otherwise > 0boolean%TRUE if only region is copiedlongthe size to copy, -1 or the buffer size when @region is %FALSEvoidsetFieldOffset(long offset) the offset to copy, 0 if @region is %FALSE, otherwise > 0voidsetFieldRegion(boolean region) %TRUE if only region is copiedvoidsetFieldSize(long size) the size to copy, -1 or the buffer size when @region is %FALSEVon Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
REGION
%TRUE if only region is copied- Siehe auch:
-
OFFSET
the offset to copy, 0 if @region is %FALSE, otherwise > 0- Siehe auch:
-
SIZE
the size to copy, -1 or the buffer size when @region is %FALSE- Siehe auch:
-
-
Konstruktordetails
-
MetaTransformCopy
-
MetaTransformCopy
public MetaTransformCopy()
-
-
Methodendetails
-
getClassHandler
-
setFieldRegion
public void setFieldRegion(boolean region) %TRUE if only region is copied -
getFieldRegion
public boolean getFieldRegion()%TRUE if only region is copied -
setFieldOffset
public void setFieldOffset(long offset) the offset to copy, 0 if @region is %FALSE, otherwise > 0 -
getFieldOffset
public long getFieldOffset()the offset to copy, 0 if @region is %FALSE, otherwise > 0 -
setFieldSize
public void setFieldSize(long size) the size to copy, -1 or the buffer size when @region is %FALSE -
getFieldSize
public long getFieldSize()the size to copy, -1 or the buffer size when @region is %FALSE
-