ZegoStreamResourceSwitchMode enum
拉流资源切换策略模式
Constructors
- ZegoStreamResourceSwitchMode()
-
const
Values
- Default → const ZegoStreamResourceSwitchMode
-
默认模式。SDK 会根据拉流设置的参数以及即构的后台配置自动选择拉流资源
- SwitchToRTC → const ZegoStreamResourceSwitchMode
-
在连麦时自动切换到 RTC 源
- KeepOriginal → const ZegoStreamResourceSwitchMode
-
在连麦时保持现有的拉流源,不切换到 RTC 源
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<
ZegoStreamResourceSwitchMode> - A constant List of the values in this enum, in order of their declaration.