Type Property 型プロパティ

MPMovieNaturalSizeAvailable

Posted when the natural frame size of a movie is first determined or subsequently changes. There is no userInfo dictionary. ムービーの自然なフレームサイズが最初に決定されるまたはその後に変化する時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMovieNaturalSizeAvailable: NSNotification.Name

Discussion 議論

To retrieve the natural frame size for a movie, access the movie player’s naturalSize property. The movie player whose state has changed is available as the object associated with the notification. あるムービーに対する自然なフレームサイズを取得するには、ムービープレイヤーのもつnaturalSizeプロパティにアクセスしてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer