Package org.freedesktop.gstreamer.gst
Class Tracer.TracerClass
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
org.freedesktop.gstreamer.gst.Tracer.TracerClass
-
Constructor Summary
ConstructorsConstructorDescriptionTracerClass(MemorySegment address) Create a TracerClass proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidsetUseStructureParams(boolean useStructureParams) Sets whether the tracer should use structure parameters for configuration.booleanIf set, the tracer subsystem will consider parameters passed to theGST_TRACERSenvironment variable as aGstStructureand use its fields as properties to instanciate the tracer.Methods inherited from class org.freedesktop.gstreamer.gst.GstObject.ObjectClass
overrideDeepNotify, readPathStringSeparator, writePathStringSeparatorMethods 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
-
TracerClass
Create a TracerClass 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
-
setUseStructureParams
public void setUseStructureParams(boolean useStructureParams) Sets whether the tracer should use structure parameters for configuration. This function configures how parameters should be passed when instantiating the tracer.This is typically called in the tracer's class initialization function to indicate its parameter handling preference.
- Parameters:
useStructureParams-trueto use structure parameters,falseotherwise- Since:
- 1.26
-
usesStructureParams
public boolean usesStructureParams()If set, the tracer subsystem will consider parameters passed to theGST_TRACERSenvironment variable as aGstStructureand use its fields as properties to instanciate the tracer.- Returns:
trueif the tracer uses structure parameters,falseotherwise- Since:
- 1.26
-