Contents

MPMoviePlayerLoadStateDidChange

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

Declaration

static let MPMoviePlayerLoadStateDidChange: NSNotification.Name

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

MediaPlayer