Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>there are many notifications defined for MPMoviePlayerController</p> <p>// Posted when the scaling mode changes.</p> <pre><code>MP_EXTERN NSString *const MPMoviePlayerScalingModeDidChangeNotification; // Posted when movie playback ends or a user exits playback. MP_EXTERN NSString *const MPMoviePlayerPlaybackDidFinishNotification; MP_EXTERN NSString *const MPMoviePlayerPlaybackDidFinishReasonUserInfoKey NS_AVAILABLE_IPHONE(3_2); // NSNumber (MPMovieFinishReason) // Posted when the playback state changes, either programatically or by the user. MP_EXTERN NSString *const MPMoviePlayerPlaybackStateDidChangeNotification NS_AVAILABLE_IPHONE(3_2); // Posted when the network load state changes. MP_EXTERN NSString *const MPMoviePlayerLoadStateDidChangeNotification NS_AVAILABLE_IPHONE(3_2); // Posted when the currently playing movie changes. MP_EXTERN NSString *const MPMoviePlayerNowPlayingMovieDidChangeNotification NS_AVAILABLE_IPHONE(3_2); // Posted when the movie player enters or exits fullscreen mode. MP_EXTERN NSString *const MPMoviePlayerWillEnterFullscreenNotification NS_AVAILABLE_IPHONE(3_2); MP_EXTERN NSString *const MPMoviePlayerDidEnterFullscreenNotification NS_AVAILABLE_IPHONE(3_2); MP_EXTERN NSString *const MPMoviePlayerWillExitFullscreenNotification NS_AVAILABLE_IPHONE(3_2); MP_EXTERN NSString *const MPMoviePlayerDidExitFullscreenNotification NS_AVAILABLE_IPHONE(3_2); MP_EXTERN NSString *const MPMoviePlayerFullscreenAnimationDurationUserInfoKey NS_AVAILABLE_IPHONE(3_2); // NSNumber of double (NSTimeInterval) MP_EXTERN NSString *const MPMoviePlayerFullscreenAnimationCurveUserInfoKey NS_AVAILABLE_IPHONE(3_2); // NSNumber of NSUInteger (UIViewAnimationCurve) </code></pre> <p>which one is you need? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload