mergMP

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergmp
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.

TypeNameSummarySyntax
commandmergMPQueryAddPredicate

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>

functionmergMPItemArtwork

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()

librarymergMP

mergMPQueryCreate()