Type Property 型プロパティ

MPMoviePlayerLoadStateDidChange

Posted when a movie player’s network buffering state has changed. There is no userInfo dictionary. ムービープレイヤーのネットワークバッファ状態が変化した時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMoviePlayerLoadStateDidChange: NSNotification.Name

Discussion 議論

To retrieve the current load state of a movie player, access its loadState property. The movie player whose state has changed is available as the object associated with the notification. ムービープレイヤーの現在のロード状態を取得するには、それのloadStateプロパティにアクセスしてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer