BASS_IsStarted
Checks if the output has been started.
BOOL BASS_IsStarted();
Return value
If the device has been started, then TRUE is returned, else FALSE is returned.
Remarks
When using multiple devices, the current thread's device setting (as set with BASS_SetDevice) determines which device this function call applies to.
See also
BASS_ChannelIsActive, BASS_Pause, BASS_Start, BASS_Stop