---
title: MPMoviePlayerReadyForDisplayDidChangeNotification
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpmovieplayerreadyfordisplaydidchangenotification
---

# MPMoviePlayerReadyForDisplayDidChangeNotification

Posted when the ready for display state changes.

## Declaration

```occ
extern NSString * const MPMoviePlayerReadyForDisplayDidChangeNotification;
```

## Discussion

Discussion To check whether a movie player is ready for display, access its readyForDisplay property. The movie player whose display 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)
- [MPMoviePlayerNowPlayingMovieDidChangeNotification](mediaplayer/mpmovieplayernowplayingmoviedidchangenotification.md)
- [MPMoviePlayerPlaybackDidFinishNotification](mediaplayer/mpmovieplayerplaybackdidfinishnotification.md)
- [MPMoviePlayerPlaybackStateDidChangeNotification](mediaplayer/mpmovieplayerplaybackstatedidchangenotification.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)
