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.
根据 AVAssetReader文档
AVAssetReader is not intended for use with real-time sources, and its performance is not guaranteed for real-time operations.
然而,我看到它与音频队列服务一起工作的例子......这是实时的,不是吗?我可以使用 AVAssetReader 流式传输数据并通过 GKSession 或其他方式发送数据吗?
经过几个月的广泛测试和开发..我可以声称 AVAssetReader 确实可以在实时和可靠地工作得很好..它可以轻松地与 GKSession 集成以通过网络发送数据包。