Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This method retrieves the descriptive name of the given codec.

Compatibility:Windows Media Player

Syntax

sRetVal = MediaPlayer.GetCodecDescription(

sCodecNum
)

Parameters

sCodecNum

[in] Longvalue indicating the codec number.

Return Value

Returns a Stringcontaining the descriptive name of the given codec.

This method returns a null string if the codec specified by the sCodecNumparameter is not found.

Remarks

The codec numbers start with 1.

You will get an error if you use 0.

Typically, the codec number is 1 for audio and 2 for video.

Valid values for codec numbers range from 1 to the value of the CodecCountproperty.

Requirements

Windows Embedded CE Windows CE 3.0 and later

See Also