Klasse BufferPoolAcquireParams

Alle implementierten Schnittstellen:
PointerInterface

public class BufferPoolAcquireParams extends Record
Parameters passed to the gst_buffer_pool_acquire_buffer() function to control the
allocation of the buffer.

The default implementation ignores the @start and @stop members but other
implementations can use this extra information to decide what buffer to
return.

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

  • Felddetails

  • Konstruktordetails

    • BufferPoolAcquireParams

      public BufferPoolAcquireParams(PointerContainer pointer)
  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • setFieldFormat

      public void setFieldFormat(int format)
      the format of @start and @stop
    • getFieldFormat

      public int getFieldFormat()
      the format of @start and @stop
    • setFieldStart

      public void setFieldStart(long start)
      the start position
    • getFieldStart

      public long getFieldStart()
      the start position
    • setFieldStop

      public void setFieldStop(long stop)
      the stop position
    • getFieldStop

      public long getFieldStop()
      the stop position
    • setFieldFlags

      public void setFieldFlags(int flags)
      additional flags
    • getFieldFlags

      public int getFieldFlags()
      additional flags