Class QSVH264DecoderSettings
- Assembly
- VisioForge.Core.dll
Intel Quick Sync Video H264 decoder settings.
public class QSVH264DecoderSettings : IH264DecoderSettingsInheritance
Implements
Inherited Members
Fields
Name
The name.
public static string NameField Value
Methods
CreateBlock()
Creates a new H264 decoder block with these settings.
public MediaBlock CreateBlock()Returns
- MediaBlock
-
A configured VisioForge.Core.MediaBlocks.MediaBlock instance for H264 decoding.
GetDecoderType()
Gets the decoder type.
public H264DecoderType GetDecoderType()Returns
- H264DecoderType
-
H264DecoderType.
IsAvailable()
Checks if the Intel QSV H264 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()