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 _getGType() static nothrow
GType _gType() @property nothrow
Tracer self() nothrowReturns `this`, for use in `with` statements.
TracerGidBuilder builder() static nothrowGet builder for [gst.tracer.Tracer] Returns: New builder object
string params() @property nothrow
void params(string propval) @property nothrow
bool register(gst.plugin.Plugin plugin, string name, gobject.types.GType type) static nothrowCreate 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) nothrow

Fluent builder for gst.tracer.Tracer

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