VideoCapturePreference enum

视频采集模式

Inheritance

Constructors

VideoCapturePreference()
const

Values

auto → const VideoCapturePreference

自动设置采集参数(默认)

SDK在开启采集时根据服务端下发的采集配置结合编码参数设置最佳采集参数

manual → const VideoCapturePreference

手动设置采集参数,包括采集分辨率、帧率

autoPerformance → const VideoCapturePreference

采集参数与编码参数一致

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<VideoCapturePreference>
A constant List of the values in this enum, in order of their declaration.