Package org.freedesktop.gstreamer.gst
Class GstObject.ObjectClass
java.lang.Object
org.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
ConstructorsConstructorDescriptionObjectClass(MemorySegment address) Create a ObjectClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideDeepNotify(Arena arena, @Nullable Method method) Override virtual methoddeep_notify.Read the value of the fieldpath_string_separator.voidwritePathStringSeparator(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, readConstructProperties, readFlags, readNConstructProperties, readNPspecs, readPdummy, readPspecs, writeConstructProperties, writeFlags, writeNConstructProperties, writeNPspecs, writePdummy, writePspecsMethods inherited from class org.gnome.gobject.TypeClass
addPrivate, adjustPrivateOffset, get, getInstancePrivateOffset, getPrivate, peek, peekParent, peekStatic, readGType, ref, unref, unrefUncached, writeGTypeMethods inherited from class org.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
-
-
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
-