BASS.NET API for the Un4seen BASS Audio Library

BassCdBASS_CD_Analog_IsActive Method

BASS.NET API for the Un4seen BASS Audio Library
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: BASSActive
The return value is one of the folowing (see BASSActive):
BASS_ACTIVE_STOPPEDAnalog playback is not in progress, or drive is invalid.
BASS_ACTIVE_PLAYINGAnalog playback is in progress.
See Also

Reference