Package org.freedesktop.gstreamer.video
Class Navigation.NavigationInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.video.Navigation.NavigationInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new NavigationInterface.NavigationInterface
(Arena arena) Allocate a new NavigationInterface.NavigationInterface
(MemorySegment address) Create a NavigationInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideSendEvent
(Arena arena, Method method) Override virtual methodsend_event
.void
overrideSendEventSimple
(Arena arena, Method method) Override virtual methodsend_event_simple
.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
-
NavigationInterface
Create a NavigationInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
NavigationInterface
Allocate a new NavigationInterface.- Parameters:
arena
- to control the memory allocation scope
-
NavigationInterface
public NavigationInterface()Allocate a new NavigationInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideSendEvent
-
overrideSendEventSimple
-