Package ch.bailu.gtk.gst
Klasse TracerClass
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.gst.TracerClass
- Alle implementierten Schnittstellen:
PointerInterface
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
static int
static TypeSystem.TypeSize
static TypeSystem.TypeSize
void
setUseStructureParams
(boolean use_structure_params) Sets whether the tracer should use structure parameters for configuration.boolean
If set, the tracer subsystem will consider parameters passed to the
`GST_TRACERS` environment variable as a #GstStructure and use its
fields as properties to instanciate the tracer.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
PARENT_CLASS
Private field: direct-type- Siehe auch:
-
-
Konstruktordetails
-
TracerClass
-
-
Methodendetails
-
getClassHandler
-
setUseStructureParams
public void setUseStructureParams(boolean use_structure_params) 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.- Parameter:
use_structure_params
- %TRUE to use structure parameters, %FALSE otherwise
-
usesStructureParams
public boolean usesStructureParams()If set, the tracer subsystem will consider parameters passed to the
`GST_TRACERS` environment variable as a #GstStructure and use its
fields as properties to instanciate the tracer.- Gibt zurück:
- %TRUE if the tracer uses structure parameters, %FALSE otherwise
-
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-