Package org.freedesktop.gstreamer.audio
Class AudioRingBuffer.AudioRingBufferClass
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeClass
org.gnome.gobject.GObject.ObjectClass
org.gnome.gobject.InitiallyUnowned.InitiallyUnownedClass
org.freedesktop.gstreamer.gst.GstObject.ObjectClass
org.freedesktop.gstreamer.audio.AudioRingBuffer.AudioRingBufferClass
- All Implemented Interfaces:
Proxy
- Enclosing class:
AudioRingBuffer
The vmethods that subclasses can override to implement the ringbuffer.
-
Constructor Summary
ConstructorDescriptionAllocate a new AudioRingBufferClass.AudioRingBufferClass
(Arena arena) Allocate a new AudioRingBufferClass.AudioRingBufferClass
(MemorySegment address) Create a AudioRingBufferClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideAcquire
(Arena arena, Method method) Override virtual methodacquire
.void
overrideActivate
(Arena arena, Method method) Override virtual methodactivate
.void
overrideClearAll
(Arena arena, Method method) Override virtual methodclear_all
.void
overrideCloseDevice
(Arena arena, Method method) Override virtual methodclose_device
.void
overrideCommit
(Arena arena, Method method) Override virtual methodcommit
.void
overrideDelay
(Arena arena, Method method) Override virtual methoddelay
.void
overrideOpenDevice
(Arena arena, Method method) Override virtual methodopen_device
.void
overridePause
(Arena arena, Method method) Override virtual methodpause
.void
overrideRelease
(Arena arena, Method method) Override virtual methodrelease
.void
overrideResume
(Arena arena, Method method) Override virtual methodresume
.void
overrideStart
(Arena arena, Method method) Override virtual methodstart
.void
overrideStop
(Arena arena, Method method) Override virtual methodstop
.Methods inherited from class org.freedesktop.gstreamer.gst.GstObject.ObjectClass
overrideDeepNotify, readPathStringSeparator, writePathStringSeparator
Methods inherited from class org.gnome.gobject.GObject.ObjectClass
findProperty, installProperties, installProperty, listProperties, overrideConstructed, overrideConstructor, overrideDispatchPropertiesChanged, overrideDispose, overrideFinalize, overrideGetProperty, overrideNotify, overrideProperty, overrideSetProperty, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecs
Methods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
AudioRingBufferClass
Create a AudioRingBufferClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
AudioRingBufferClass
Allocate a new AudioRingBufferClass.- Parameters:
arena
- to control the memory allocation scope
-
AudioRingBufferClass
public AudioRingBufferClass()Allocate a new AudioRingBufferClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideOpenDevice
-
overrideAcquire
-
overrideRelease
-
overrideCloseDevice
-
overrideStart
-
overridePause
-
overrideResume
-
overrideStop
-
overrideDelay
-
overrideActivate
-
overrideCommit
-
overrideClearAll
-