Contents

MPMoviePlayerReadyForDisplayDidChange

Posted when the ready for display state changes.

Declaration

static let MPMoviePlayerReadyForDisplayDidChange: NSNotification.Name

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

MediaPlayer