Package org.freedesktop.gstreamer.gst
Class GstObject.ObjectClass
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
- All Implemented Interfaces:
Proxy
- Direct Known Subclasses:
Allocator.AllocatorClass
,AudioRingBuffer.AudioRingBufferClass
,BufferPool.BufferPoolClass
,Bus.BusClass
,Clock.ClockClass
,CollectPads.CollectPadsClass
,ControlBinding.ControlBindingClass
,ControlSource.ControlSourceClass
,Device.DeviceClass
,DeviceMonitor.DeviceMonitorClass
,DeviceProvider.DeviceProviderClass
,Element.ElementClass
,Pad.PadClass
,PadTemplate.PadTemplateClass
,Registry.RegistryClass
,Stream.StreamClass
,StreamCollection.StreamCollectionClass
,Task.TaskClass
,TaskPool.TaskPoolClass
,Tracer.TracerClass
- Enclosing class:
GstObject
GStreamer base object class.
-
Constructor Summary
ConstructorDescriptionAllocate a new ObjectClass.ObjectClass
(Arena arena) Allocate a new ObjectClass.ObjectClass
(MemorySegment address) Create a ObjectClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideDeepNotify
(Arena arena, Method method) Override virtual methoddeep_notify
.Read the value of the fieldpath_string_separator
.void
writePathStringSeparator
(String pathStringSeparator, Arena _arena) Write a value in the fieldpath_string_separator
.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
-
ObjectClass
Create a ObjectClass proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ObjectClass
Allocate a new ObjectClass.- Parameters:
arena
- to control the memory allocation scope
-
ObjectClass
public ObjectClass()Allocate a new ObjectClass. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
readPathStringSeparator
Read the value of the fieldpath_string_separator
.- Returns:
- The value of the field
path_string_separator
-
writePathStringSeparator
-
overrideDeepNotify
-