gst.tracer_factory

Module for [TracerFactory] class

Types 3

Use [gst.tracer_factory.TracerFactory.getList] to get a list of tracer factories known to GStreamer.

Methods
GType _gType() @property
TracerFactory self()Returns `this`, for use in `with` statements.
TracerFactoryGidBuilder builder()Get builder for [gst.tracer_factory.TracerFactory] Returns: New builder object
gst.tracer_factory.TracerFactory[] getList()Gets the list of all registered tracer factories. You must free the list using [gst.plugin_feature.PluginFeature.listFree].
gobject.types.GType 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.PluginFeature.load]. Returns: the...
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [gst.tracer_factory.TracerFactory]