Type Property 型プロパティ

MPMoviePlayerWillEnterFullscreen

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

Declaration 宣言

static let MPMoviePlayerWillEnterFullscreen: NSNotification.Name

Discussion 議論

A movie player can enter 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