Type Property 型プロパティ

MPMoviePlayerWillExitFullscreen

Posted when a movie player is about to exit full-screen mode. The userInfo dictionary contains keys whose values describe the transition animation used to exit full-screen mode. See Fullscreen Notification Keys. ムービープレイヤーがまさにフルスクリーンモードを出ようとしている時に投函されます。userInfo辞書は、それの値がフルスクリーンモードを出るために使われる遷移アニメーションを記述するキーを含みます。Fullscreen Notification Keysを見てください。

Declaration 宣言

static let MPMoviePlayerWillExitFullscreen: 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