<!--
{
  "availability" : [
    "iOS: 3.2.0 - 9.0.0",
    "iPadOS: 3.2.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMoviePlayerController/loadState",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:objc(cs)MPMoviePlayerController(py)loadState"
  },
  "title" : "loadState"
}
-->

# loadState

The network load state of the movie player.

```
var loadState: MPMovieLoadState { get }
```

## Discussion

See the [`MPMovieLoadState`](/documentation/MediaPlayer/MPMovieLoadState) enumeration for possible values of this property. To be notified of changes to the load state of a movie player, register for the [`MPMoviePlayerLoadStateDidChangeNotification`](/documentation/MediaPlayer/MPMoviePlayerLoadStateDidChangeNotification) notification.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)