Package org.freedesktop.gstreamer.gst
Class ChildProxy.ChildProxyInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.gst.ChildProxy.ChildProxyInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new ChildProxyInterface.ChildProxyInterface
(Arena arena) Allocate a new ChildProxyInterface.ChildProxyInterface
(MemorySegment address) Create a ChildProxyInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideChildAdded
(Arena arena, Method method) Override virtual methodchild_added
.void
overrideChildRemoved
(Arena arena, Method method) Override virtual methodchild_removed
.void
overrideGetChildByIndex
(Arena arena, Method method) Override virtual methodget_child_by_index
.void
overrideGetChildByName
(Arena arena, Method method) Override virtual methodget_child_by_name
.void
overrideGetChildrenCount
(Arena arena, Method method) Override virtual methodget_children_count
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ChildProxyInterface
Create a ChildProxyInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ChildProxyInterface
Allocate a new ChildProxyInterface.- Parameters:
arena
- to control the memory allocation scope
-
ChildProxyInterface
public ChildProxyInterface()Allocate a new ChildProxyInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetChildByName
-
overrideGetChildByIndex
-
overrideGetChildrenCount
-
overrideChildAdded
-
overrideChildRemoved
-