CameraCaptureOutputPreference enum

The camera capturer configuration.

Inheritance

Constructors

CameraCaptureOutputPreference()
const

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.

Unkown → const CameraCaptureOutputPreference

Internal use only.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.