摄像头采集偏好 更多...
Public 成员函数 | |
AlivcLiveCameraCaptureOutputPreference (int value) | |
Public 属性 | |
AUTO =(0) | |
PERFORMANCE =(1) | |
PREVIEW =(2) | |
摄像头采集偏好
com.alivc.live.pusher.AlivcLivePushConfig#setCameraCaptureOutputPreference(com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference)
com.alivc.live.pusher.AlivcLivePusher#setVideoConfig(com.alivc.live.pusher.AlivcLivePushVideoConfig)
在文件 AlivcLiveCameraCaptureOutputPreference.java 第 15 行定义.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AlivcLiveCameraCaptureOutputPreference | ( | int | value | ) |
在文件 AlivcLiveCameraCaptureOutputPreference.java 第 36 行定义.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AUTO =(0) |
自动调整采集分辨率
在文件 AlivcLiveCameraCaptureOutputPreference.java 第 20 行定义.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.PERFORMANCE =(1) |
采集选择最接近推流的分辨率,优先保证设备性能
在文件 AlivcLiveCameraCaptureOutputPreference.java 第 25 行定义.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.PREVIEW =(2) |
高清预览,采集优先保证视频预览质量
在文件 AlivcLiveCameraCaptureOutputPreference.java 第 30 行定义.