BASS_CD_Analog_IsActive

Checks if analog playback is in progress on a drive.

DWORD BASS_CD_Analog_IsActive(
    DWORD drive
);

Parameters

driveThe drive... 0 = the first drive.

Return value

The return value is one of the following.
BASS_ACTIVE_STOPPEDAnalog playback is not in progress, or drive is invalid.
BASS_ACTIVE_PLAYINGAnalog playback is in progress.

See also

BASS_CD_Analog_Play, BASS_CD_Analog_Stop