gst.tracer
Module for [Tracer] class
Types 3
classTracer : gst.object.ObjectWrap
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
TracerGidBuilder builder() static nothrowGet builder for [gst.tracer.Tracer] Returns: New builder objectbool 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.Fluent builder implementation template for gst.tracer.Tracer
Methods
T params(string propval) nothrowFluent builder for gst.tracer.Tracer