|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetCodecDesc (
nCodecIndex as Int16
) as String
|
|
[C#]
public string GetCodecDesc (
Int16 nCodecIndex
);
|
|
[C++]
public: string GetCodecDesc (
Int16 nCodecIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nCodecIndex
|
Number representing the zero-based index of the ACM codec
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
The value of the nCodecIndex parameter was out of range. Use the value returned by the EncodeFromats.ACM.GetCodecsCount method in order to know how many ACM codecs are currently installed on the system.
|
|
Valid string
|
The string containing the friendly description of the requested ACM codec.
|