Type Property 型プロパティ

MPMovieSourceTypeAvailable

Posted when the source type of a movie was previously unknown and is newly available. There is no userInfo dictionary. ムービーのソース型は以前は未知だったそして新しく利用可能である時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMovieSourceTypeAvailable: NSNotification.Name

Discussion 議論

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

See Also 参照

MediaPlayer