Table of Contents

Class D3D11VP8DecoderSettings

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

Direct3D 11/DXVA VP8 decoder settings.

public class D3D11VP8DecoderSettings : D3D11DecoderSettings, IVP8DecoderSettings

Inheritance

Implements

Inherited Members

Fields

Name

The name.

public static readonly string Name

Field Value

string

Methods

CreateBlock()

Creates a new VP8 decoder block with these settings.

public MediaBlock CreateBlock()

Returns

MediaBlock

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

GetDecoderType()

Gets the decoder type.

public VP8DecoderType GetDecoderType()

Returns

VP8DecoderType

VP8DecoderType.

IsAvailable()

Checks if the Direct3D 11 VP8 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.