gpt4 book ai didi

java - getPreferredPreviewSizeForVideo() API 级别 10

转载 作者:行者123 更新时间:2023-12-01 04:54:17 25 4
gpt4 key购买 nike

我需要建立相机的最高录制输出,通常我会使用 getPreferredPreviewSizeForVideo() > 3.0,但我需要在 api 10 中支持这一点。

有其他方法可以获取此信息吗?

最佳答案

<罢工> getPreferredPreviewSizeForVideo()只是一个方便的方法,其结果取决于 getSupportedVideoSizes() ,自 API 级别 5 以来就已存在。文档指出:

the preferred preview size (width and height) in pixels for video recording if getSupportedVideoSizes() does not return null; otherwise, null is returned.

因此,作为替代方案,只需调用 getSupportedVideoSizes() ,检查结果不是 null ,按最高像素数对结果进行排序,您应该得到您想要的结果。对于排序部分,您需要设置 Comparator<Camera.Size>并使用 Collections.sort(...) .

<小时/>

编辑: 看来我正在查看错误方法的 API 级别! :( 不幸的是,以上内容不会有任何进一步的帮助......

关于java - getPreferredPreviewSizeForVideo() API 级别 10,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14427157/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com