Windows Media Player Control SDK Banner Art
*Contents *Index  *Topic Contents
*Previous Topic: GetAudioLanguage
*Next Topic: GetCodecInstalled

GetCodecDescription Method

Retrieves the descriptive name of the given codec.

Syntax

sRetVal = MediaPlayer.GetCodecDescription( sCodecNum )

Parameters

sCodecNum Long value specifying the codec number.

Return Value

Returns a String containing the descriptive name of the given codec. This method returns a null string if the codec specified by the sCodecNum parameter is not found.

Remarks

The codec numbers start with 1. You will get an error if you use zero. 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 CodecCount property.

See Also

CodecCount, GetCodecInstalled, GetCodecURL


Top of Page Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.