BASS_WASAPI_Start
Starts the device.
BOOL BASS_WASAPI_Start();
Return value
If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.Error codes
BASS_ERROR_INIT | BASS_WASAPI_Init has not been successfully called. |
BASS_ERROR_UNKNOWN | Some other mystery problem! |