Contents

MPMediaItemPropertyAlbumTitle

The title of an album.

Declaration

let MPMediaItemPropertyAlbumTitle: String

Discussion

This value property contains the album title, such as “Live On Mars”, as opposed to the title of an individual song on the album, such as “Crater Dance (radio edit)” (which you specify using the MPMediaItemPropertyTitle property). Value is an NSString object.

Can be used to build a media property predicate as described in MPMediaPropertyPredicate.

See Also

Filterable property keys