CdInfoGet method |
|
Remarks
After having performed a request through the CdInfoCreate method, obtains specific information about a CD.
For further information about obtaining CD info, refer to the How to get Audio CD info using CDDB servers tutorial.
Syntax
[Visual Basic] Public Function CdInfoGet ( nPlayerIndex as Int16, nInfo as enumCdInfo ) as enumErrorCodes |
[C#] public enumErrorCodes CdInfoGet ( Int16 nPlayerIndex, enumCdInfo nInfo ); |
[C++] public: enumErrorCodes CdInfoGet ( Int16 nPlayerIndex, enumCdInfo nInfo ); |
Parameter |
Description |
|||||||||||||||||||||
|
|
|||||||||||||||||||||
nPlayerIndex |
Number representing the zero-based index of the involved player. |
|||||||||||||||||||||
nInfo |
Requested information. Supported values are the following:
|
Return value
Value |
Meaning |
|
|
Empty string |
An error occurred. Check the LastError property value in order to see the last error. |
Valid string |
The string containing the requested info |