|
Copyright © 2006 - 2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Function CddbGetAlbumInfo (
nCdDriveIndex as integer,
nInfo as enumCddbAlbumInfo
) as String
|
|
[C#]
public string CddbGetAlbumInfo (
short nCdDriveIndex,
enumCddbAlbumInfo nInfo
);
|
|
[C++]
public: string CddbGetAlbumInfo (
short nCdDriveIndex,
enumCddbAlbumInfo nInfo
);
|
|
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.
| ||||||||||||||||||
|
nInfo
|
Number representing the requested information code.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Empty string
|
An error occurred. Check the LastError property value in order to see the last error.
|
|
Valid string
|
The requested information
|