AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
载入中...
搜索中...
未找到
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference 枚举类型参考

摄像头采集偏好 更多...

Public 成员函数

 AlivcLiveCameraCaptureOutputPreference (int value)
 

Public 属性

 AUTO =(0)
 
 PERFORMANCE =(1)
 
 PREVIEW =(2)
 

详细描述

构造及析构函数说明

◆ AlivcLiveCameraCaptureOutputPreference()

com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AlivcLiveCameraCaptureOutputPreference ( int  value)

类成员变量说明

◆ AUTO

com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AUTO =(0)

自动调整采集分辨率

在文件 AlivcLiveCameraCaptureOutputPreference.java20 行定义.

◆ PERFORMANCE

com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.PERFORMANCE =(1)

采集选择最接近推流的分辨率,优先保证设备性能

在文件 AlivcLiveCameraCaptureOutputPreference.java25 行定义.

◆ PREVIEW

com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.PREVIEW =(2)

高清预览,采集优先保证视频预览质量

在文件 AlivcLiveCameraCaptureOutputPreference.java30 行定义.