Type Property 型プロパティ

MPMediaPlaybackIsPreparedToPlayDidChange

Indicates that the prepared to play status of the media player has changed. メディアプレイヤーの再生状態に対する準備が変化したことを指し示します。

Declaration 宣言

static let MPMediaPlaybackIsPreparedToPlayDidChange: NSNotification.Name

Discussion 議論

Posted upon change in the prepared-to-play state of an object conforming to the MPMediaPlayback protocol. The object whose state has changed is available as the object associated with the notification. MPMediaPlaybackプロトコルに準拠しているオブジェクトの「再生準備」状態における変化で投函されます。それの状態が変化したオブジェクトは、通知と結び付けられたオブジェクトとして利用可能です。

See Also 参照

MediaPlayer