Contents

MPMediaItemPropertyPodcastTitle

The title of a podcast.

Declaration

let MPMediaItemPropertyPodcastTitle: String

Discussion

The property contains the title of a podcast, such as “This Martian Drudgery”, as opposed to the title of an individual episode of a podcast such as “Episode 12: Another Cold Day At The Pole” (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