iOS 框架中有两种不同的视频播放器:MPMoviePlayerController 和 AVPlayer。
如果 MPMoviePlayerController 不能满足您的要求,请尝试 AVPlayer。它的功能较少,但易于使用。
这是指南:http:
//developer.apple.com/library/ios/#documentation/AudioVideo/Conceptual/AVFoundationPG/Articles/02_Playback.html
于 2012-12-31T01:05:34.833 回答