Checks if analog playback is in progress on a drive.
Namespace: Un4seen.Bass.AddOn.Cd
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
[DllImportAttribute("basscd")] public static BASSActive BASS_CD_Analog_IsActive( int drive )
Parameters
- drive
- Type: SystemInt32
The drive... 0 = the first drive.
Return Value
Type: BASSActiveThe return value is one of the folowing (see BASSActive):
BASS_ACTIVE_STOPPED | Analog playback is not in progress, or drive is invalid. |
BASS_ACTIVE_PLAYING | Analog playback is in progress. |
See Also