Enumeration of camera capture output preference. More...
Public Member Functions | |
AlivcLiveCameraCaptureOutputPreference (int value) | |
Public Attributes | |
AUTO =(0) | |
PERFORMANCE =(1) | |
PREVIEW =(2) | |
Enumeration of camera capture output preference.
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.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AlivcLiveCameraCaptureOutputPreference | ( | int | value | ) |
Definition at line 36 of file AlivcLiveCameraCaptureOutputPreference.java.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.AUTO =(0) |
Automatically adjust the capture resolution
Definition at line 20 of file AlivcLiveCameraCaptureOutputPreference.java.
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.
com.alivc.live.annotations.AlivcLiveCameraCaptureOutputPreference.PREVIEW =(2) |
High-definition preview, capture first ensuring video preview quality
Definition at line 30 of file AlivcLiveCameraCaptureOutputPreference.java.