AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference Enum Reference

Enumeration of camera capture output preference. More...

Public Member Functions

 AlivcLiveCameraCaptureOutputPreference (int value)
 

Public Attributes

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

Detailed Description

Enumeration of camera capture output preference.

Author
aliyun live push sdk
Date
2024/6/20
Attention
This API is only supported in the interactive mode currently
Note
com.alivc.live.pusher.AlivcLivePushConfig#setCameraCaptureOutputPreference(com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference)
com.alivc.live.pusher.AlivcLivePusher#setVideoConfig(com.alivc.live.pusher.AlivcLivePushVideoConfig)

Definition at line 15 of file AlivcLiveCameraCaptureOutputPreference.java.

Constructor & Destructor Documentation

◆ AlivcLiveCameraCaptureOutputPreference()

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

Definition at line 36 of file AlivcLiveCameraCaptureOutputPreference.java.

Member Data Documentation

◆ AUTO

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

Automatically adjust the capture resolution

Definition at line 20 of file AlivcLiveCameraCaptureOutputPreference.java.

◆ PERFORMANCE

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

Capture resolution nearest to the streaming resolution, prioritizing device performance

Definition at line 25 of file AlivcLiveCameraCaptureOutputPreference.java.

◆ PREVIEW

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

High-definition preview, capture first ensuring video preview quality

Definition at line 30 of file AlivcLiveCameraCaptureOutputPreference.java.