CdInfoCreate method |
|
Remarks
If the song loaded into the given player contains tag information, after having obtained the author name and the album title creates a request for obtaining information about the CD containing the song itself.
After this method's call it will be possible obtaining relevant information about the CD using provided methods as seen inside the How to get Audio CD info using CDDB servers tutorial.
Syntax
[Visual Basic] Public Function CdInfoCreate ( nPlayerIndex as Int16, strReserved as String ) as enumErrorCodes |
[C#] public enumErrorCodes CdInfoCreate ( Int16 nPlayerIndex, string strReserved ); |
[C++] public: enumErrorCodes CdInfoCreate ( Int16 nPlayerIndex, string strReserved ); |
Parameter |
Description |
|
|
nPlayer |
Number representing the zero-based index of the involved player. |
strReserved |
String reserved for future uses |
Return value
Value |
Meaning |
|
|
enumErrorCodes.NOERROR (0) |
The song file has been loaded successfully. |
Negative value |
An error occurred: see the LastError property for further error details or for a list of the possible error values. |