Copyright © 2006-2023 MultiMedia Soft

GetCdNumTracks method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of audio tracks inside the given CD.

 

 

Syntax

 

[Visual Basic]

control.GetCdNumTracks (

nCdDriveIndex as integer

) as integer


 

[C++]

short control.GetCdNumTracks (

short nCdDriveIndex

);


 

 

Parameter

Description

 

 

nCdDriveIndex

Number representing the zero-based index of the involved CD drive.

Installed CD drives can be enumerated using the GetCdDrivesCount method and their friendly description can be retrieved through the GetCdDriveDesc method.

 

If the number of tracks to report has been obtained through a call to the CdRequestAlbumInfo method, set this parameter to -1.

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

> 0

The number of available audio tracks