Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用 AVPlayer 播放视频。
在我的应用程序中,我添加了播放下一个/上一个视频的功能,所以我如何设置空缓冲区。
因此,如果有人对此有解决方案,请帮助我。
尝试
[self.player.currentItem cancelPendingSeeks]; [self.player.currentItem.asset cancelLoading];