
视频开发
文章平均质量分 80
Gz_Jason_chen
这个作者很懒,什么都没留下…
展开
-
iOS 视频播放(一) MPMoviePlayerViewController、避免在后台销毁
转自:http://blog.youkuaiyun.com/xueer8835/article/details/22286629 #import MediaPlayer.framework。 MPMoviePlayerViewController: 打开网络视频: -(void)openmovie { MPMoviePlayerViewController *movie = [[MPM转载 2016-09-14 10:36:59 · 2379 阅读 · 0 评论 -
iOS 视频播放(一~二)客户端小应用、边下边播
转自:http://www.cnblogs.com/wendingding/p/3815211.html 、细节处理 1.问题:系统自带的MPMoviePlayerViewController,当程序进入后台的时候就会自动销毁。如何让其保持状态进入后台前的状态? 原因:当系统进入后台的时候会发出通知:UIApplicationDidEnterBackgroundNotif转载 2016-09-13 18:00:30 · 736 阅读 · 0 评论