Table of Contents

Class VideoBufferPool

Namespace
GstVideo
Assembly
GstVideo-1.0.dll
public class VideoBufferPool : BufferPool, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
VideoBufferPool
Implements
Inherited Members

Constructors

VideoBufferPool(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public VideoBufferPool(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

VideoBufferPool(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected VideoBufferPool(CreationData data)

Parameters

data CreationData

VideoBufferPool(VideoBufferPoolHandle)

protected VideoBufferPool(VideoBufferPoolHandle handle)

Parameters

handle VideoBufferPoolHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

New()

public static VideoBufferPool New()

Returns

VideoBufferPool

NewFromPointer(nint, bool)

Creates a new managed VideoBufferPool instance for a given pointer.

public static VideoBufferPool NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

VideoBufferPool

NewWithProperties(ConstructArgument[])

Creates a new VideoBufferPool and sets the properties specified by the construct arguments.

public static VideoBufferPool NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

VideoBufferPool