Retrieves information on the recording device being used.
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax
Parameters
- info
- Type: Un4seen.BassBASS_RECORDINFO
An instance of the BASS_RECORDINFO class to store the information at.
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
Platform-specific
The flags member is only used on Windows, and only prior to Vista. The formats member is unused on Linux. freq is also unused on Linux, and on Windows prior to Vista. On Android, formats and freq are unavailable prior to Android 8.1.
| ERROR CODE | Description |
|---|---|
| BASS_ERROR_INIT | BASS_RecordInit(Int32) has not been successfully called - there are no initialized. |
Examples
See Also