VideoCapturePreference enum
视频采集模式
Values
- auto → const VideoCapturePreference
-
自动设置采集参数(默认)
SDK在开启采集时根据服务端下发的采集配置结合编码参数设置最佳采集参数
- manual → const VideoCapturePreference
-
手动设置采集参数,包括采集分辨率、帧率
- autoPerformance → const VideoCapturePreference
-
采集参数与编码参数一致
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<
VideoCapturePreference> - A constant List of the values in this enum, in order of their declaration.