Type Property 型プロパティ

MPMoviePlayerPlaybackStateDidChange

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

Declaration 宣言

static let MPMoviePlayerPlaybackStateDidChange: NSNotification.Name

Discussion 議論

Playback state can change programmatically (see MPMediaPlayback) or by user interaction. To retrieve the playback state of a movie player, access its playbackState property. The movie player whose state has changed is available as the object associated with the notification. 再生状態は、プログラム的に(MPMediaPlaybackを見てください)またはユーザ相互作用によって変わります。ムービープレイヤーの再生状態を取得するには、それのplaybackStateプロパティにアクセスしてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer