Remarks
Retrieves the friendly description of the requested encoding mode available for the Berkeley/IRCAM/CARL format.
The number of available encoding modes can be obtained using the EncodeFormats.IRCAM.GetEncodeModesCount method.
For further details about encoding in Berkeley/IRCAM/CARL format refer to the IRCAM object section.
For further information about available encoding formats see the EncodeFormats object.
Syntax
[Visual Basic]
control.EncodeFormats.IRCAM.GetEncodeModeDesc (
nEncodeModeIndex as integer
) as String
|
|
[C++]
LPCTSTR control.EncodeFormats.IRCAM.GetEncodeModeDesc (
short nEncodeModeIndex
);
|
|
Parameter
|
Description
|
|
|
nEncodeModeIndex
|
Number representing the zero-based index of the encoding mode.
Supported encoding modes are described inside the EncodeFormats.IRCAM.EncodeMode property.
|
Return value
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 requested recording format.
|
|