Table of Contents

Class TracerFactoryHandle

Namespace
Gst.Internal
Assembly
Gst-1.0.dll
public class TracerFactoryHandle : PluginFeatureHandle, IDisposable
Inheritance
TracerFactoryHandle
Implements
Inherited Members

Constructors

TracerFactoryHandle(nint, bool)

public TracerFactoryHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static TracerFactoryHandle For<T>(ConstructArgument[] constructArguments) where T : TracerFactory, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

TracerFactoryHandle

Type Parameters

T