Type Property 型プロパティ

MPMusicPlayerControllerNowPlayingItemDidChange

Posted when the currently playing media item has changed. 現在再生中の項目が変化した時に投函されます。

Declaration 宣言

static let MPMusicPlayerControllerNowPlayingItemDidChange: NSNotification.Name

Discussion 議論

The object associated with the notification is the music player whose now-playing item changed. The notification has no userInfo dictionary. 通知と結び付けられたオブジェクトは、現在再生中の項目が変化した音楽プレイヤーです。通知は、userInfo辞書を持ちません。

See Also 参照

MediaPlayer