Type Property 型プロパティ

MPMusicPlayerControllerVolumeDidChange

Posted when the audio playback volume for the music player has changed. 音楽プレイヤーのオーディオプレイバックボリュームが変化した時に投函されます。

Declaration 宣言

static let MPMusicPlayerControllerVolumeDidChange: NSNotification.Name

Discussion 議論

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

See Also 参照

MediaPlayer