Contents

MPMoviePlayerNowPlayingMovieDidChangeNotification

Posted when the currently playing movie has changed. There is no userInfo dictionary.

Declaration

extern NSString * const MPMoviePlayerNowPlayingMovieDidChangeNotification;

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.

See Also

Notifications