CameraCaptureOutputPreference enum
The camera capture configuration.
Values
- Auto → const CameraCaptureOutputPreference
-
(default) Self-adapts the camera output parameters to the system performance and network conditions to balance CPU consumption and video preview quality.
- Performance → const CameraCaptureOutputPreference
-
Prioritizes the system performance. The SDK chooses the dimension and frame rate of the local camera capture closest to those set by RtcEngine.setVideoEncoderConfiguration.
- Preview → const CameraCaptureOutputPreference
-
Prioritizes the local preview quality. The SDK chooses higher camera output parameters to improve the local video preview quality. This option requires extra CPU and RAM usage for video pre-processing.
- Manual → const CameraCaptureOutputPreference
-
Capture Dimensions determined by user.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CameraCaptureOutputPreference> - A constant List of the values in this enum, in order of their declaration.