Type Property 型プロパティ

MPMusicPlayerControllerPlaybackStateDidChange

Posted when the playback state changes programmatically or by user action. プレイバック状態がプログラムに基づいてまたはユーザアクションによって変化する時に投函されます。

Declaration 宣言

static let MPMusicPlayerControllerPlaybackStateDidChange: NSNotification.Name

Discussion 議論

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

See Also 参照

MediaPlayer