Type Property 型プロパティ

MPMoviePlayerNowPlayingMovieDidChange

Posted when the currently playing movie has changed. There is no userInfo dictionary. 現在再生しているムービーが変化した時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMoviePlayerNowPlayingMovieDidChange: NSNotification.Name

Discussion 議論

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

See Also 参照

MediaPlayer