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 _getGType() static nothrow
GType _gType() @property nothrow
TracerFactory self() nothrowReturns `this`, for use in `with` statements.
TracerFactoryGidBuilder builder() static nothrowGet builder for [gst.tracer_factory.TracerFactory] Returns: New builder object
gst.tracer_factory.TracerFactory[] getList() static nothrowGets the list of all registered tracer factories. You must free the list using [gst.plugin_feature.PluginFeature.listFree].
gobject.types.GType getTracerType() nothrowGet 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)
Methods
TracerFactory build() nothrowCreate object from builder. Returns: New object