Table of Contents

Class BufferPoolHandle

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

Constructors

BufferPoolHandle(nint, bool)

public BufferPoolHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

BufferPoolHandle

Type Parameters

T