Klasse TracerFactory

Alle implementierten Schnittstellen:
PointerInterface

public class TracerFactory extends PluginFeature
Use gst_tracer_factory_get_list() to get a list of tracer factories known to
GStreamer.

https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • getTracerType

      public long getTracerType()
      Get the #GType for elements managed by this factory. The type can
      only be retrieved if the element factory is loaded, which can be
      assured with gst_plugin_feature_load().
      Gibt zurück:
      the #GType for tracers managed by this factory or 0 if the factory is not loaded.
    • getList

      public static List getList()
      Gets the list of all registered tracer factories. You must free the
      list using gst_plugin_feature_list_free().

      The returned factories are sorted by factory name.

      Free-function: gst_plugin_feature_list_free
      Gibt zurück:
      the list of all registered #GstTracerFactory.
    • getTypeID

      public static long getTypeID()
    • getParentTypeID

      public static long getParentTypeID()
    • getTypeSize

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()