mergMP | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Associations | mergmp |
Description | mergMP is an iOS external that adds functions and commands related to the MediaPlayer framework. This currently includes using the standard iOS modal dialogs to pick a media collection. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | mergMPQueryAddPredicate | mergMPQueryAddPredicate <pQueryPointer>, <pProperty>, <pValue> | |
- - - | mergMPQueryRelease | Release a media query from memory | mergMPQueryRelease <pQueryPointer> |
- - - | mergMPQuerySetGroupingType | Group the query results into collections using a grouping type | mergMPQuerySetGroupingType <pQueryPointer>, <pGroupingType> |
function | mergMPItemArtwork | Get an image representing a media item | mergMPItemArtwork(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pSize>) |
- - - | mergMPItemGet | Get a property of a media item in the collection | mergMPItemGet(<pQueryPointer>, <pCollectionNumber>, <pItemNumber>, <pProperty>) |
- - - | mergMPQueryCollectionCount | Get the number of collections in the query | mergMPQueryCollectionCount(<pQueryPointer>) |
- - - | mergMPQueryCollectionItemCount | Get the number of items in the media collection | mergMPQueryCollectionItemCount(<pQueryPointer>, <pCollectionNumer>) |
- - - | mergMPQueryCollectionTitle | Get the title of the collection | mergMPQueryCollectionTitle(<pQueryPointer>, <pCollectionNumer>) |
- - - | mergMPQueryCreate | Create a media query | mergMPQueryCreate() |
library | mergMP | mergMPQueryCreate() |