Class VideoBufferPool

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class VideoBufferPool extends BufferPool
  • Constructor Details

    • VideoBufferPool

      public VideoBufferPool(MemorySegment address)
      Create a VideoBufferPool instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
    • VideoBufferPool

      public VideoBufferPool()
      Create a new VideoBufferPool.
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the VideoBufferPool class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • asParent

      protected VideoBufferPool asParent()
      Return this instance as if it were its parent type. Comparable to the Java super keyword, but ensures the parent typeclass is also used in native code.
      Overrides:
      asParent in class BufferPool
      Returns:
      the instance as if it were its parent type
    • builder

      public static VideoBufferPool.Builder<? extends VideoBufferPool.Builder> builder()
      A VideoBufferPool.Builder object constructs a VideoBufferPool with the specified properties. Use the various set...() methods to set properties, and finish construction with VideoBufferPool.Builder.build().
      Returns:
      the builder object