Package org.freedesktop.gstreamer.audio
Class AudioSinkClassExtension
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.audio.AudioSinkClassExtension
- All Implemented Interfaces:
Proxy
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Functional interface declaration of theClearAllCallback
callback. -
Constructor Summary
ConstructorDescriptionAllocate a new AudioSinkClassExtension.AudioSinkClassExtension
(Arena arena) Allocate a new AudioSinkClassExtension.AudioSinkClassExtension
(MemorySegment address) Create a AudioSinkClassExtension proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideClearAll
(AudioSinkClassExtension.ClearAllCallback clearAll, Arena _arena) Write a value in the fieldclear_all
.Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
AudioSinkClassExtension
Create a AudioSinkClassExtension proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
AudioSinkClassExtension
Allocate a new AudioSinkClassExtension.- Parameters:
arena
- to control the memory allocation scope
-
AudioSinkClassExtension
public AudioSinkClassExtension()Allocate a new AudioSinkClassExtension. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideClearAll
Write a value in the fieldclear_all
.- Parameters:
clearAll
- The new value for the fieldclear_all
_arena
- to control the memory allocation scope
-