---
title: MPMoviePlayerLoadStateDidChangeNotification
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpmovieplayerloadstatedidchangenotification
---

# MPMoviePlayerLoadStateDidChangeNotification

Posted when a movie player’s network buffering state has changed. There is no userInfo dictionary.

## Declaration

```occ
extern NSString * const MPMoviePlayerLoadStateDidChangeNotification;
```

## Discussion

Discussion To retrieve the current load state of a movie player, access its loadState 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)
- [MPMoviePlayerNowPlayingMovieDidChangeNotification](mediaplayer/mpmovieplayernowplayingmoviedidchangenotification.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)
