Class VideoFilter.VideoFilterClass

All Implemented Interfaces:
Proxy
Enclosing class:
VideoFilter

public static class VideoFilter.VideoFilterClass extends BaseTransform.BaseTransformClass
The video filter class structure.
  • Constructor Details

    • VideoFilterClass

      public VideoFilterClass(MemorySegment address)
      Create a VideoFilterClass 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
    • overrideSetInfo

      public void overrideSetInfo(Arena arena, @Nullable Method method)
      Override virtual method set_info.
      Parameters:
      method - the method to invoke
    • overrideTransformFrame

      public void overrideTransformFrame(Arena arena, @Nullable Method method)
      Override virtual method transform_frame.
      Parameters:
      method - the method to invoke
    • overrideTransformFrameIp

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