BASS_Start

Starts (or resumes) the digital output.

BOOL WINAPI 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_INITThe BASS digital output has not been initialized. You must successfully call BASS_Init before calling BASS_Start.

See also
BASS_Pause, BASS_Stop