Table of Contents

Class VideoBufferPoolHandle

Namespace
GstVideo.Internal
Assembly
GstVideo-1.0.dll
public class VideoBufferPoolHandle : BufferPoolHandle, IDisposable
Inheritance
VideoBufferPoolHandle
Implements
Inherited Members

Constructors

VideoBufferPoolHandle(nint, bool)

public VideoBufferPoolHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

VideoBufferPoolHandle

Type Parameters

T