Class ChildProxy.ChildProxyInterface

java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.gst.ChildProxy.ChildProxyInterface
All Implemented Interfaces:
Proxy
Enclosing interface:
ChildProxy

public static class ChildProxy.ChildProxyInterface extends TypeInterface
GstChildProxy interface.
  • Constructor Details

    • ChildProxyInterface

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

      public void overrideGetChildByName(Arena arena, @Nullable Method method)
      Override virtual method get_child_by_name.
      Parameters:
      method - the method to invoke
    • overrideGetChildByIndex

      public void overrideGetChildByIndex(Arena arena, @Nullable Method method)
      Override virtual method get_child_by_index.
      Parameters:
      method - the method to invoke
    • overrideGetChildrenCount

      public void overrideGetChildrenCount(Arena arena, @Nullable Method method)
      Override virtual method get_children_count.
      Parameters:
      method - the method to invoke
    • overrideChildAdded

      public void overrideChildAdded(Arena arena, @Nullable Method method)
      Override virtual method child_added.
      Parameters:
      method - the method to invoke
    • overrideChildRemoved

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