# MediaQueryType
A specifier for a media library query. By default, filters perform an exact match.
NOTE
This is an abstract type. Any object of this structure can be used where this type is used.
# Properties
# albumArtist
The album artist to filter on. Value should be a String.
# albumArtistPersistentID
The album artist persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# albumPersistentID
The album persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# albumTitle
The album title to filter on. Value should be a String.
# composer
The composer to filter on. Value should be a String.
# composerPersistentID
The composer persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# genrePersistentID
The genre persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# grouping
A constant that specifies the ordering of the result array.
- Titanium.Media.MUSIC_MEDIA_GROUP_TITLE
- Titanium.Media.MUSIC_MEDIA_GROUP_ALBUM
- Titanium.Media.MUSIC_MEDIA_GROUP_ARTIST
- Titanium.Media.MUSIC_MEDIA_GROUP_ALBUM_ARTIST
- Titanium.Media.MUSIC_MEDIA_GROUP_COMPOSER
- Titanium.Media.MUSIC_MEDIA_GROUP_GENRE
- Titanium.Media.MUSIC_MEDIA_GROUP_PLAYLIST
- Titanium.Media.MUSIC_MEDIA_GROUP_PODCAST_TITLE
# hasProtectedAsset
Filter by whether or not the item is a protected asset. Value should be a Boolean.
Available in Titanium SDK 6.1.0 and later.
# isCloudItem
Filter by whether or not the item is a cloud item. Value should be a Boolean.
Available in Titanium SDK 6.1.0 and later.
# isCompilation
Filter by whether or not the item is a compilation. The value should be a Boolean.
# mediaType
The media type to filter on.
# persistentID
The persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# playCount
The play count to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# podcastPersistentID
The podcast persistent ID to filter on. Value should be a Number.
Available in Titanium SDK 6.1.0 and later.
# podcastTitle
The podcast title to filter on. Value should be a String.
Available in Titanium SDK 6.1.0 and later.