Table of Contents

Class Tracer

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

Constructors

Tracer(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public Tracer(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Tracer(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected Tracer(CreationData data)

Parameters

data CreationData

Tracer(TracerHandle)

protected 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

NewFromPointer(nint, bool)

Creates a new managed Tracer instance for a given pointer.

public static Tracer NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

Tracer

NewWithProperties(ConstructArgument[])

Creates a new Tracer and sets the properties specified by the construct arguments.

public static Tracer NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

Tracer

Register(Plugin?, string, Type)

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

Parameters

plugin Plugin
name string
type Type

Returns

bool