---
title: MPMoviePlayerNowPlayingMovieDidChangeNotification
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpmovieplayernowplayingmoviedidchangenotification
---

# MPMoviePlayerNowPlayingMovieDidChangeNotification

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

## Declaration

```occ
extern NSString * const MPMoviePlayerNowPlayingMovieDidChangeNotification;
```

## Discussion

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

- [MPMoviePlayerDidEnterFullscreenNotification](mediaplayer/mpmovieplayerdidenterfullscreennotification.md)
- [MPMoviePlayerDidExitFullscreenNotification](mediaplayer/mpmovieplayerdidexitfullscreennotification.md)
- [MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification](mediaplayer/mpmovieplayerisairplayvideoactivedidchangenotification.md)
- [MPMoviePlayerLoadStateDidChangeNotification](mediaplayer/mpmovieplayerloadstatedidchangenotification.md)
- [MPMoviePlayerPlaybackDidFinishNotification](mediaplayer/mpmovieplayerplaybackdidfinishnotification.md)
- [MPMoviePlayerPlaybackStateDidChangeNotification](mediaplayer/mpmovieplayerplaybackstatedidchangenotification.md)
- [MPMoviePlayerReadyForDisplayDidChangeNotification](mediaplayer/mpmovieplayerreadyfordisplaydidchangenotification.md)
- [MPMoviePlayerScalingModeDidChangeNotification](mediaplayer/mpmovieplayerscalingmodedidchangenotification.md)
- [MPMoviePlayerThumbnailImageRequestDidFinishNotification](mediaplayer/mpmovieplayerthumbnailimagerequestdidfinishnotification.md)
- [MPMoviePlayerTimedMetadataUpdatedNotification](mediaplayer/mpmovieplayertimedmetadataupdatednotification.md)
- [MPMoviePlayerWillEnterFullscreenNotification](mediaplayer/mpmovieplayerwillenterfullscreennotification.md)
- [MPMoviePlayerWillExitFullscreenNotification](mediaplayer/mpmovieplayerwillexitfullscreennotification.md)
- [MPMovieDurationAvailableNotification](mediaplayer/mpmoviedurationavailablenotification.md)
- [MPMovieMediaTypesAvailableNotification](mediaplayer/mpmoviemediatypesavailablenotification.md)
- [MPMovieNaturalSizeAvailableNotification](mediaplayer/mpmovienaturalsizeavailablenotification.md)
