|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function GetCodecFormatDesc (
nCodecIndex as Int16,
nCodecFormatIndex as Int16
) as String
|
|
[C#]
public string GetCodecFormatDesc (
Int16 nCodecIndex,
Int16 nCodecFormatIndex
);
|
|
[C++]
public: string GetCodecFormatDesc (
Int16 nCodecIndex,
Int16 nCodecFormatIndex
);
|
|
Parameter
|
Description
|
|
|
|
|
nCodecIndex
|
Number representing the zero-based index of the ACM codec
|
|
nCodecFormatIndex
|
Number representing the zero-based index of the format for the given ACM codec
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The string containing the friendly description of the format
|