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.
我想知道当缓冲区为空时如何使用 AVQueuePlayer 从服务器播放音频文件。我通过 KVO 接收到的缓冲区是空的,我不确定我应该做什么。当设备连接到低带宽时会发生这种情况。一旦带宽良好,我能否在缓冲区中获取音频数据?
谢谢。
如果互联网连接没有中断,它将继续缓冲您有足够的数据开始播放。
当您通过 KVO 获得缓冲区空消息时,您只需要向用户显示一条消息,说明它正在缓冲,播放器将在它满时播放。