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()Get builder for [gst.tracer.Tracer] Returns: New builder objectstring params() @propertyvoid params(string propval) @propertybool 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.Fluent builder implementation template for gst.tracer.Tracer
Methods
T params(string propval)Fluent builder for gst.tracer.Tracer