iPhone 离线渲染 avasset track——如何获取数据包大小?
有谁知道如何从 AVAssetTrack 中获取最大数据包大小?还是一般的 AVAsset?我正在尝试通过直接从 ipod 资源读取来设置离线渲染音频队列,但我一直在试图弄清楚渲染缓冲区有多大。
谢谢!
将要
Does anybody know how to pull the max packet size from an AVAssetTrack? Or an AVAsset in general? I'm trying to set up an offline rendering audio queue by reading directly from the ipod assets, and I'm stuck trying to figure out how big to make my render buffer.
Thanks!
Will
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来你不能不首先检查所有数据包,因此使用其他一些标准来选择大小。
Looks like you can't without examining all the packets first, so use some other criterion for picking the size.