BASS_Start
Starts (or resumes) the output.
BOOL BASS_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_Init has not been successfully called. |
Remarks
The output is automatically started by BASS_Init, so there is no need to use this function unless you have stopped or paused the output.When using multiple devices, the current thread's device setting (as set with BASS_SetDevice) determines which device this function call applies to.