这个属性 android.provider.MediaStore.EXTRA_SIZE_LIMIT 是否有效?
我在应用程序中使用 MediaStore 来捕获视频,但根据编码器,它只能捕获 8 或 14 秒。
有没有其他方法可以增加视频的持续时间和大小。
谢谢。
I use the MediaStore in my application for capturing the video, but it will capture only 8 or 14 seconds ,based on encoder.
Is there any other way to increase the duration and size of video.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在 Intent 中按时间设置持续时间限制,如下所示:
You can set duration limit by time in you Intent like that: