Table of Contents

Class QSVH264DecoderSettings

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

Intel Quick Sync Video H264 decoder settings.

public class QSVH264DecoderSettings : IH264DecoderSettings

Inheritance

Implements

Inherited Members

Fields

Name

The name.

public static string Name

Field Value

string

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

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.