Retrieves the text description of a recording input source.
const char *BASS_RecordGetInputName( int input );
input | The input to get the description of... 0 = first, -1 = master. |
BASS_ERROR_INIT | BASS_RecordInit has not been successfully called. |
BASS_ERROR_ILLPARAM | input is invalid. |
BASS_ERROR_NOTAVAIL | A master input is not available. |
The returned string is in ANSI or UTF-8 form on Windows, depending on the BASS_CONFIG_UNICODE setting. It is always in UTF-8 form on other platforms.