使用AVPlayer实现在线音频播放注意问题-CSDN博客

网站介绍:文章浏览阅读10w+次。//(oneplayer为单例)+(OnePlayer*)onePlayer{ static OnePlayer * player = nil; static dispatch_once_t once; dispatch_once(&once, ^{ player = [[OnePlayer alloc]init]; });..._av在