Type Property 型プロパティ

MPMovieMediaTypesAvailable

Posted when the available media types in a movie are determined. There is no userInfo dictionary. ムービーの中の利用可能なメディア型が決定される時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMovieMediaTypesAvailable: NSNotification.Name

Discussion 議論

To retrieve the available media types in a movie—audio, video, or both—access the movie player’s movieMediaTypes property. The movie player whose state has changed is available as the object associated with the notification. 利用可能なメディア型をあるムービーにおいて取得するには — オーディオ、ビデオ、または両方 — ムービープレイヤーのもつmovieMediaTypesプロパティにアクセスしてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer