Table of Contents

Class Tracer

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

Constructors

Tracer()

public Tracer()

Tracer(params ConstructArgument[])

protected Tracer(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Tracer(IntPtr, bool)

protected Tracer(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

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