Class D3D11VP8DecoderSettings
- Assembly
- VisioForge.Core.dll
Direct3D 11/DXVA VP8 decoder settings.
public class D3D11VP8DecoderSettings : D3D11DecoderSettings, IVP8DecoderSettingsInheritance
Implements
Inherited Members
Fields
Name
The name.
public static readonly string NameField Value
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
-
trueif available; otherwise,false.
ToString()
Returns a String that represents this instance.
public override string ToString()