Copyright © 2001-2019 MultiMedia Soft

AmazonStoreCdCoverPictureFileGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

After having performed a request to the Amazon store through the AmazonStoreCdInfoCreate method, if available obtains the local pathname of a CD cover picture.

 

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]

control.AmazonStoreCdCoverPictureFileGet (

nPlayer as Integer,

nCoverSize as enumCdCoverSizes

) as String


 

[C++]

LPCTSTR control.AmazonStoreCdCoverPictureFileGet (

short nPlayer,

short nCdCoverSize

);


 

 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the involved player.

nCdCoverSize

Identifies the size of the requested CD cover picture.

Supported values are the following:

Mnemonic value

Numeric value

Meaning

CD_COVER_SIZE_SMALL

0

Small size (thumbnail)

CD_COVER_SIZE_MEDIUM

1

Medium size

CD_COVER_SIZE_LARGE

2

Large size

 

 

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 CD cover picture's full pathname