AVPlayer 怎麼中止播放

AVplaer 沒有內置的Stop方法,想要中止播放須要使用Seek方法退回到開始的時候。具體代碼以下:code player?.pause() player?.seek(to: CMTime.init(value: 0, timescale: 1)) 以上,能起到中止播放的效果it
相關文章
相關標籤/搜索