Table of Contents

Class D3D11VP9DecoderSettings

Namespace
VisioForge.Core.Types.X.VideoDecoders
Assembly
VisioForge.Core.dll

Direct3D 11/DXVA VP9 decoder settings.

public class D3D11VP9DecoderSettings : D3D11DecoderSettings, IVP9DecoderSettings

Inheritance

Implements

Inherited Members

Fields

Name

The name.

public static readonly string Name

Field Value

string

Methods

CreateBlock()

Creates a new VP9 decoder block with these settings.

public MediaBlock CreateBlock()

Returns

MediaBlock

A configured VisioForge.Core.MediaBlocks.MediaBlock instance for VP9 decoding.

GetDecoderType()

Gets the decoder type.

public VP9DecoderType GetDecoderType()

Returns

VP9DecoderType

VP9DecoderType.

IsAvailable()

Checks if the Direct3D 11 VP9 decoder is available on the system.

public static bool IsAvailable()

Returns

bool

true if available; otherwise, false.

ToString()

Returns a String that represents this instance.

public override string ToString()

Returns

string

A String that represents this instance.