Type Property 型プロパティ

MPMoviePlayerDidExitFullscreen

Posted when a movie player has exited full-screen mode. There is no userInfo dictionary. ムービープレイヤーがフルスクリーンモードを出た時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMoviePlayerDidExitFullscreen: NSNotification.Name

Discussion 議論

A movie player can exit full screen mode programmatically (see the setFullscreen(_:animated:) method) or by user interaction. The movie player whose state has changed is available as the object associated with the notification. ムービープレイヤーはフルスクリーンモードにプログラム的に(setFullscreen(_:animated:)メソッドを見てください)またはユーザ相互作用によって出ることができます。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer