1 #ifndef MEDIAPLAYER_MEDIAPLAYER_H_
2 #define MEDIAPLAYER_MEDIAPLAYER_H_
5 MPMovieScalingModeNone
,
6 MPMovieScalingModeAspectFit
,
7 MPMovieScalingModeAspectFill
,
8 MPMovieScalingModeFill
,
11 #import <MediaPlayer/MPMoviePlayerController.h>
12 #import <MediaPlayer/MPVideoView.h>
14 #import <MediaPlayer/UIEventObservableWindow.h>
15 #import <MediaPlayer/UIMoviePlayerController.h>
21 extern NSString
* const MPMoviePlayerPlaybackDidFinishNotification
;
27 #endif/*MEDIAPLAYER_MEDIAPLAYER_H_*/