GetSupportedRawModeDesc method |
|
Remarks
Retrieves the friendly description of the requested RAW format.
The number of RAW formats supported natively by the control can be obtained using the GetSupportedRawModesCount method.
Syntax
[Visual Basic] Public Function GetSupportedRawModeDesc ( nEncodeModeIndex as Int32 ) as String |
[C#] public string GetSupportedRawModeDesc ( Int32 nEncodeModeIndex ); |
[C++] public: string GetSupportedRawModeDesc ( Int32 nEncodeModeIndex ); |
Parameter |
Description |
|
|
nEncodeModeIndex |
Number representing the zero-based index of the RAW format. Supported RAW formats are listed inside the AnalyzeSoundFromFileRaw and ExternalSoundAnalysisStart methods. |
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 RAW format. |