SubscribeFallbackOption enum
订阅端音视频流回退选项
Values
- disable → const SubscribeFallbackOption
-
下行网络不佳或设备性能不足时,不对音视频流作回退处理,默认设置。
- streamLow → const SubscribeFallbackOption
-
下行网络不佳或设备性能不足时,对视频流做降级处理
该设置仅对发布端调用 RTCVideo.enableSimulcastMode 开启发送多路流功能的情况生效。
- audioOnly → const SubscribeFallbackOption
-
下行网络不佳或设备性能不足时,取消接收视频,仅接收音频
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<
SubscribeFallbackOption> - A constant List of the values in this enum, in order of their declaration.