UIImagePickerController:录制视频时如何获取文件大小?

发布于 2024-11-09 20:46:57 字数 67 浏览 0 评论 0原文

有没有办法让我在录制时获取当前录制视频的文件大小?我猜测该文件位于 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

匿名的好友 2024-11-16 20:46:57

我认为在 NSData 对象中捕获它,然后调用 NSData 类的“length”方法可能会引导您走向正确的方向。

I think catching it in NSData object and then calling 'length' method of NSData class might lead you in proper direction.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文