Contents

MPMoviePlayerLoadStateDidChangeNotification

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

Declaration

extern NSString * const MPMoviePlayerLoadStateDidChangeNotification;

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

Notifications