Table of Contents

Class Tracer

Namespace
Gst
Assembly
Gst-1.0.dll
public class Tracer : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
Tracer
Implements
Inherited Members

Constructors

Tracer(params ConstructArgument[])

public Tracer(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Tracer(TracerHandle)

public Tracer(TracerHandle handle)

Parameters

handle TracerHandle

Fields

ParamsPropertyDefinition

public static readonly Property<string?, Tracer> ParamsPropertyDefinition

Field Value

Property<string, Tracer>

Properties

Params

public string? Params { get; set; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

Register(Plugin?, string, Type)

public static bool Register(Plugin? plugin, string name, Type type)

Parameters

plugin Plugin
name string
type Type

Returns

bool