Table of Contents

Class DataQueueHandle

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

Constructors

DataQueueHandle(nint, bool)

public DataQueueHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

DataQueueHandle

Type Parameters

T