Klasse TracerClass

Alle implementierten Schnittstellen:
PointerInterface

public class TracerClass extends Record
  • Felddetails

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler 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

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()