MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification
Posted when a movie player has started or ended playing a movie via AirPlay. There is no userInfo dictionary.
Declaration
extern NSString * const MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification;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
MPMoviePlayerDidEnterFullscreenNotificationMPMoviePlayerDidExitFullscreenNotificationMPMoviePlayerLoadStateDidChangeNotificationMPMoviePlayerNowPlayingMovieDidChangeNotificationMPMoviePlayerPlaybackDidFinishNotificationMPMoviePlayerPlaybackStateDidChangeNotificationMPMoviePlayerReadyForDisplayDidChangeNotificationMPMoviePlayerScalingModeDidChangeNotificationMPMoviePlayerThumbnailImageRequestDidFinishNotificationMPMoviePlayerTimedMetadataUpdatedNotificationMPMoviePlayerWillEnterFullscreenNotificationMPMoviePlayerWillExitFullscreenNotificationMPMovieDurationAvailableNotificationMPMovieMediaTypesAvailableNotificationMPMovieNaturalSizeAvailableNotification