简体   繁体   English

如何确定Android手机是否可以捕获视频?

[英]How to determine if an Android phone can capture video?

Android 1.6 supports video capture, however, not all phones will support video capture. Android 1.6支持视频捕获,但是,并非所有手机都支持视频捕获。 Is there a way I can tell if the phone I am running on supports video capture or not? 有什么方法可以告诉我所运行的电话是否支持视频捕获?

Well, I couldn't find an official way to do this. 好吧,我找不到官方的方法来做到这一点。 The only way I know is to assume that all Android phones will support video capture, so if the phone is running 1.5 (3) or greater, it will support video capture. 我知道的唯一方法是假设所有Android手机都将支持视频捕获,因此,如果手机运行1.5(3)或更高版本,它将支持视频捕获。

android.os.Build.VERSION.SDK_INT

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM