据AVAssetReader documentation介绍
AVAssetReader is not intended for use with real-time sources, and its performance is not guaranteed for real-time operations.然而,我看到它的examples正在使用音频队列服务..这是实时的,不是吗?我可以使用AVAssetReader流式传输数据并通过GKSession或其他什么方式发送吗?
发布于 2012-11-23 15:49:55
经过几个月的广泛测试和开发..我可以断言,AVAssetReader在实时和可靠方面确实工作得很好。而且它可以很容易地与GKSession集成,以便在网络上发送数据包。
https://stackoverflow.com/questions/12198290
复制相似问题