Type Property 型プロパティ

MPMoviePlayerReadyForDisplayDidChange

Posted when the ready for display state changes. 表示準備状態が変わる時に投函されます。

Declaration 宣言

static let MPMoviePlayerReadyForDisplayDidChange: NSNotification.Name

Discussion 議論

To check whether a movie player is ready for display, access its readyForDisplay property. The movie player whose display state has changed is available as the object associated with the notification. ムービープレイヤーが表示する準備ができているかどうかを調べるには、それのreadyForDisplayプロパティにアクセスしてください。それの表示状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer