Click or drag to resize

AudioCDPlayerGetTracks Method

Get all the tracks of the audio CD.

Namespace:  CSAudioCDPlayer
Assembly:  CSAudioCDPlayer (in CSAudioCDPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public AudioCDPlayerTrackInfo[] GetTracks(
	int DriveIndex
)

Parameters

DriveIndex
Type: SystemInt32
The CD drive index.

Return Value

Type: AudioCDPlayerTrackInfo
See Also