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