mergMPItemArtwork |
Type | function |
Dictionary | LCS |
Library | LiveCode Script |
Syntax | mergMPItemArtwork(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pSize>)
|
Associations | mergmp |
Summary | Get an image representing a media item
|
Introduced | 8.0 |
OS | ios |
Platforms | mobile |
Parameters | Name | Type | Description |
---|
pQueryPointer | | a pointer to the query in memory.
|
pCollectionNumber | | a number between 1 and the result of
mergMPQueryCollectionCount.
|
pItemNumber | | a number between 1 and the result of
mergMPQueryCollectionItemCount.
|
pSize | | the size of the image to return as width,height. Note that apple
seems to think when you ask for one image size it should give you
something else so don't rely on the size or even aspect ratio of your
returned image.
|
|
Values | Name | Type | Description |
---|
return | | the artwork as PNG data.
|
|
Description | For example the album cover artwork.
|
Tags | externals |