#[repr(transparent)]pub struct ITLibDistinguishedPlaylistKind(pub NSUInteger);ITLibPlaylist only.Expand description
These constants specify the possible kinds of playlists.
The playlist is not a distinguished playlist.
The playlist contains all the movies in the iTunes Library.
The playlists contains all the TV shows in the iTunes Library.
The playlist contains all the music items in the iTunes Library.
The playlist contains all the audiobooks in the iTunes Library
The playlist contains all the ringtones in the iTunes Library.
The playlist contains all the podcasts in the iTunes library
The playlist contains all voice memos.
The playlist contains all the iOS applications of the user in iTunes.
The playlist contains all the user’s purchases in the iTunes Store.
The playlist contains the user’s iTunesU items.
The playlist is the default 90’s music iTunes playlist.
The playlist is the default Top Rated smart playlist generated by iTunes.
The playlist is the default 25 Most Played smart playlist generated by iTunes.
The playlist is the default Recently Played smart playlist generated by iTunes .
The playlist is the default Recently Added smart playlist generated by iTunes.
The playlist is the default Music Videos smart playlist generated by iTunes.
The playlist is the default Classical Music smart playlist generated by iTunes.
The playlist contains all music videos in the iTunes Library. This is NOT the same as the default Music Videos smart playlist.
The playlist contains all homes videos in the iTunes Library.
The playlist is the default Music Shows and Movies smart playlist generated by iTunes.
See also Apple’s documentation
Tuple Fields§
§0: NSUIntegerImplementations§
Source§impl ITLibDistinguishedPlaylistKind
impl ITLibDistinguishedPlaylistKind
pub const KindNone: Self
pub const KindMovies: Self
pub const KindTVShows: Self
pub const KindMusic: Self
pub const KindAudiobooks: Self
pub const KindBooks: Self
pub const KindRingtones: Self
pub const KindPodcasts: Self
pub const KindVoiceMemos: Self
pub const KindPurchases: Self
pub const KindiTunesU: Self
pub const Kind90sMusic: Self
pub const KindMyTopRated: Self
pub const KindTop25MostPlayed: Self
pub const KindRecentlyPlayed: Self
pub const KindRecentlyAdded: Self
pub const KindMusicVideos: Self
pub const KindClassicalMusic: Self
pub const KindLibraryMusicVideos: Self
pub const KindHomeVideos: Self
pub const KindApplications: Self
pub const KindLovedSongs: Self
pub const KindMusicShowsAndMovies: Self
Trait Implementations§
Source§impl Clone for ITLibDistinguishedPlaylistKind
impl Clone for ITLibDistinguishedPlaylistKind
Source§fn clone(&self) -> ITLibDistinguishedPlaylistKind
fn clone(&self) -> ITLibDistinguishedPlaylistKind
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Ord for ITLibDistinguishedPlaylistKind
impl Ord for ITLibDistinguishedPlaylistKind
Source§fn cmp(&self, other: &ITLibDistinguishedPlaylistKind) -> Ordering
fn cmp(&self, other: &ITLibDistinguishedPlaylistKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for ITLibDistinguishedPlaylistKind
impl PartialEq for ITLibDistinguishedPlaylistKind
Source§fn eq(&self, other: &ITLibDistinguishedPlaylistKind) -> bool
fn eq(&self, other: &ITLibDistinguishedPlaylistKind) -> bool
self and other values to be equal, and is used by ==.