Class VideoAggregator.VideoAggregatorClass

All Implemented Interfaces:
Proxy
Enclosing class:
VideoAggregator

public static class VideoAggregator.VideoAggregatorClass extends Aggregator.AggregatorClass
Since:
1.16
  • Constructor Details

    • VideoAggregatorClass

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

    • getMemoryLayout

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

      public void overrideUpdateCaps(Arena arena, @Nullable Method method)
      Override virtual method update_caps.
      Parameters:
      method - the method to invoke
    • overrideAggregateFrames

      public void overrideAggregateFrames(Arena arena, @Nullable Method method)
      Override virtual method aggregate_frames.
      Parameters:
      method - the method to invoke
    • overrideCreateOutputBuffer

      public void overrideCreateOutputBuffer(Arena arena, @Nullable Method method)
      Override virtual method create_output_buffer.
      Parameters:
      method - the method to invoke
    • overrideFindBestFormat

      public void overrideFindBestFormat(Arena arena, @Nullable Method method)
      Override virtual method find_best_format.
      Parameters:
      method - the method to invoke