AmazonStoreCdInfoGet method |
|
Remarks
After having performed a request to the Amazon store through the AmazonStoreCdInfoCreate method, obtains specific information about a CD.
For further information about obtaining CD info from the Amazon store, refer to the How to get Audio CD info using CDDB servers and Amazon catalogue tutorial.
Syntax
[Visual Basic] Public Function AmazonStoreCdInfoGet ( nPlayerIndex as Int16, nInfo as enumAmazonStoreInfo ) as enumErrorCodes |
[C#] public enumErrorCodes AmazonStoreCdInfoGet ( Int16 nPlayerIndex, enumAmazonStoreInfo nInfo ); |
[C++] public: enumErrorCodes AmazonStoreCdInfoGet ( Int16 nPlayerIndex, enumAmazonStoreInfo 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 |