Table of Contents

Class TracerFactory

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

Constructors

TracerFactory(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 TracerFactory(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

TracerFactory(CreationData)

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

Parameters

data CreationData

TracerFactory(TracerFactoryHandle)

protected TracerFactory(TracerFactoryHandle handle)

Parameters

handle TracerFactoryHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetList()

[Version("1.8")]
public static List GetList()

Returns

List

GetTracerType()

[Version("1.14")]
public Type GetTracerType()

Returns

Type

NewFromPointer(nint, bool)

Creates a new managed TracerFactory instance for a given pointer.

public static TracerFactory NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

TracerFactory

NewWithProperties(ConstructArgument[])

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

public static TracerFactory NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

TracerFactory