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