Type Property 型プロパティ

MPMoviePlayerScalingModeDidChange

Posted when the scaling mode of a movie player has changed. There is no userInfo dictionary. ムービープレイヤーのスケーリングモードが変化した時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMoviePlayerScalingModeDidChange: NSNotification.Name

Discussion 議論

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

See Also 参照

MediaPlayer