Contents

MPMovieNaturalSizeAvailableNotification

Posted when the natural frame size of a movie is first determined or subsequently changes. There is no userInfo dictionary.

Declaration

extern NSString * const MPMovieNaturalSizeAvailableNotification;

Discussion

To retrieve the natural frame size for a movie, access the movie player’s naturalSize property. The movie player whose state has changed is available as the object associated with the notification.

See Also

Notifications