Package org.freedesktop.gstreamer.video
Class VideoOrientation.VideoOrientationInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.video.VideoOrientation.VideoOrientationInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
VideoOrientation
GstVideoOrientationInterface
interface.-
Constructor Summary
ConstructorDescriptionAllocate a new VideoOrientationInterface.VideoOrientationInterface
(Arena arena) Allocate a new VideoOrientationInterface.VideoOrientationInterface
(MemorySegment address) Create a VideoOrientationInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetHcenter
(Arena arena, Method method) Override virtual methodget_hcenter
.void
overrideGetHflip
(Arena arena, Method method) Override virtual methodget_hflip
.void
overrideGetVcenter
(Arena arena, Method method) Override virtual methodget_vcenter
.void
overrideGetVflip
(Arena arena, Method method) Override virtual methodget_vflip
.void
overrideSetHcenter
(Arena arena, Method method) Override virtual methodset_hcenter
.void
overrideSetHflip
(Arena arena, Method method) Override virtual methodset_hflip
.void
overrideSetVcenter
(Arena arena, Method method) Override virtual methodset_vcenter
.void
overrideSetVflip
(Arena arena, Method method) Override virtual methodset_vflip
.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
-
VideoOrientationInterface
Create a VideoOrientationInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
VideoOrientationInterface
Allocate a new VideoOrientationInterface.- Parameters:
arena
- to control the memory allocation scope
-
VideoOrientationInterface
public VideoOrientationInterface()Allocate a new VideoOrientationInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetHflip
-
overrideGetVflip
-
overrideGetHcenter
-
overrideGetVcenter
-
overrideSetHflip
-
overrideSetVflip
-
overrideSetHcenter
-
overrideSetVcenter
-