---
title: MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification
framework: mediaplayer
role: symbol
role_heading: Global Variable
path: mediaplayer/mpmovieplayerisairplayvideoactivedidchangenotification
---

# MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification

Posted when a movie player has started or ended playing a movie via AirPlay. There is no userInfo dictionary.

## Declaration

```occ
extern NSString * const MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification;
```

## Discussion

Discussion To find out whether AirPlay playback started or stopped, query the isAirPlayVideoActive 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)
- [MPMoviePlayerLoadStateDidChangeNotification](mediaplayer/mpmovieplayerloadstatedidchangenotification.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)
