我是 iOS 应用开发领域的新手。我正在尝试使用 AVFoundation 捕获视频。我在这方面很成功。但是当我尝试使用 MPMoviePlayerController 播放视频时,我遇到了太多问题。所以我正在尝试使用 AVPlayer 播放。 但是在AVPlayer 中有两种方法AVPlayerLayer 和AVPlayerViewController。 我试着搜索那些,但我没有任何特别的理由选择一个。 谁能建议我哪个更好用?
AVPlayerViewController
是一个一体化的解决方案。您使用视频设置您的 AVPlayer
并显示播放器 Controller 。它处理所有的播放,并内置了自己的控件(我相信您已经在其他应用程序中看到过这个)。这是显示视频的最简单方式。
AVPlayerLayer
适用于您想要添加一些自定义设置,例如添加您自己的控件或额外 View ,或者不让视频全屏显示。
关于ios - AVPlayerLayer 与 AVPlayerViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40421569/
欢迎光临 OGeek|极客世界-中国程序员成长平台 (https://ogeek.cn/) | Powered by Discuz! X3.4 |