Table of Contents

Class AMFH264DecoderSettings

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

AMD AMF H264 decoder settings.

public class AMFH264DecoderSettings : 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 AMD AMF 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.