Table of Contents

Class TracerRecordHandle

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

Constructors

TracerRecordHandle(nint, bool)

public TracerRecordHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

TracerRecordHandle

Type Parameters

T