Class VideoBufferPoolHandle
public class VideoBufferPoolHandle : BufferPoolHandle, IDisposable
- Inheritance
-
VideoBufferPoolHandle
- Implements
- Inherited Members
Constructors
VideoBufferPoolHandle(nint, bool)
public VideoBufferPoolHandle(nint handle, bool ownsHandle)
Parameters
Methods
For<T>(ConstructArgument[])
public static VideoBufferPoolHandle For<T>(ConstructArgument[] constructArguments) where T : VideoBufferPool, GTypeProvider
Parameters
constructArguments
ConstructArgument[]
Returns
Type Parameters
T