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
)
Public Function GetTracks (
DriveIndex As Integer
) As AudioCDPlayerTrackInfo()
Dim instance As AudioCDPlayer
Dim DriveIndex As Integer
Dim returnValue As AudioCDPlayerTrackInfo()
returnValue = instance.GetTracks(DriveIndex)
member GetTracks :
DriveIndex : int -> AudioCDPlayerTrackInfo[]
public AudioCDPlayerTrackInfo[] GetTracks(
int DriveIndex
)
public function GetTracks(
DriveIndex : int
) : AudioCDPlayerTrackInfo[]
function GetTracks(DriveIndex);
Parameters
- DriveIndex
- Type: SystemInt32
The CD drive index.
Return Value
Type:
AudioCDPlayerTrackInfoSee Also