Package org.freedesktop.gstreamer.gst
Class Preset.PresetInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.freedesktop.gstreamer.gst.Preset.PresetInterface
-
Constructor Summary
ConstructorDescriptionAllocate a new PresetInterface.PresetInterface
(Arena arena) Allocate a new PresetInterface.PresetInterface
(MemorySegment address) Create a PresetInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideDeletePreset
(Arena arena, Method method) Override virtual methoddelete_preset
.void
overrideGetMeta
(Arena arena, Method method) Override virtual methodget_meta
.void
overrideGetPresetNames
(Arena arena, Method method) Override virtual methodget_preset_names
.void
overrideGetPropertyNames
(Arena arena, Method method) Override virtual methodget_property_names
.void
overrideLoadPreset
(Arena arena, Method method) Override virtual methodload_preset
.void
overrideRenamePreset
(Arena arena, Method method) Override virtual methodrename_preset
.void
overrideSavePreset
(Arena arena, Method method) Override virtual methodsave_preset
.void
overrideSetMeta
(Arena arena, Method method) Override virtual methodset_meta
.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
-
PresetInterface
Create a PresetInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
PresetInterface
Allocate a new PresetInterface.- Parameters:
arena
- to control the memory allocation scope
-
PresetInterface
public PresetInterface()Allocate a new PresetInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetPresetNames
-
overrideGetPropertyNames
-
overrideLoadPreset
-
overrideSavePreset
-
overrideRenamePreset
-
overrideDeletePreset
-
overrideSetMeta
-
overrideGetMeta
-