Copyright © 2006-2023 MultiMedia Soft

CddbGetTrackTitle method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the CDDB title of the given track for the CD currently inside the given CD drive.

 

See the How to get Audio CD info using CDDB servers tutorial for further details.

 

 

Syntax

 

[Visual Basic]

control.CddbGetTrackTitle (

nCdDriveIndex as integer,

nTrackIndex as integer

) as string


 

[C++]

LPCTSTR control.CddbGetTrackTitle (

short nCdDriveIndex,

short nTrackIndex

);


 

 

Parameter

Description

 

 

nCdDriveIndex

When CD album info is obtained through a previous call the the CddbRequestAlbumInfo method, this parameter represents the zero-based index of the CD drive containing the Audio CD. Installed CD drives can be enumerated using the GetCdDrivesCount method and their friendly description can be retrieved through the GetCdDriveDesc method.

 

When CD album info is obtained through a previous call the the CdRequestAlbumInfo method, set this value to -1.

nTrackIndex

Number representing the one-based index of the CD audio track.

The total number of available audio tracks on the given CD can be obtained using the GetCdNumTracks method.

 

 

Return value

 

Value

Meaning

 

 

Empty string

An error occurred. Check the LastError property value in order to see the last error.

Valid string

The CD track title