gst.tracer

Module for Tracer class

Types 3

Tracing modules will subclass #GstTracer and register through gst.tracer.Tracer.register. Modules can attach to various hook-types - see gst.global.tracingRegisterHook. When invoked they receive hook specific contextual data, which they must not modify.

Methods
GType _gType() @property
Tracer self()Returns `this`, for use in `with` statements.
TracerGidBuilder builder()Get builder for [gst.tracer.Tracer] Returns: New builder object
string params() @property
void params(string propval) @property
bool register(gst.plugin.Plugin plugin, string name, gobject.types.GType type)Create a new tracer-factory capable of instantiating objects of the type and add the factory to plugin.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for gst.tracer.Tracer

Methods
T params(string propval)

Fluent builder for gst.tracer.Tracer

Methods
Tracer build()Create object from builder. Returns: New object