UIImagePickerController:录制视频时如何获取文件大小?
有没有办法让我在录制时获取当前录制视频的文件大小?我猜测该文件位于 tmp 目录中,但我不确定如何确定它可能是哪个文件。
Is there a way for me to get the file size of the currently recording video as it's being recorded? I'm guessing the file is sitting in a tmp directory, but I'm not sure how I would determine which file it might be.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为在 NSData 对象中捕获它,然后调用 NSData 类的“length”方法可能会引导您走向正确的方向。
I think catching it in NSData object and then calling 'length' method of NSData class might lead you in proper direction.