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.
我有一个显示默认控件的 AVPlayerViewController 和 AVPlayer。当播放器全屏时 >>| 按钮充当快进,但我想覆盖/委托它作为下一个按钮并调用我的playNextVideo()方法。这是可能的,还是我必须忍受快进?
playNextVideo()
设置 AVPlayerViewControllerDelegate,然后使用
-(void)playerViewController:(AVPlayerViewController *)playerViewController willResumePlaybackAfterUserNavigatedFromTime:(CMTime)oldTime toTime:(CMTime)targetTime;