Klasse MetaTransformCopy

Alle implementierten Schnittstellen:
PointerInterface

public class MetaTransformCopy extends Record
Extra data passed to a "gst-copy" transform #GstMetaTransformFunction.

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

  • Felddetails

  • Konstruktordetails

    • MetaTransformCopy

      public MetaTransformCopy(PointerContainer pointer)
    • MetaTransformCopy

      public MetaTransformCopy()
  • Methodendetails

    • getClassHandler

      public static ClassHandler 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