NERtcStreamFallbackOptions class

本地发布流回退处理选项

Constructors

NERtcStreamFallbackOptions()

Properties

hashCode int
The hash code for this object.
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

audioOnly → const int
上行网络较弱时,只发布音频流。 下行网络较弱时,先尝试只接收视频小流,即低分辨率、低码率视频流。如果网络环境无法显示视频,则再回退到只接收音频流。
disabled → const int
上行或下行网络较弱时,不对音视频流作回退处理,但不能保证音视频流的质量。
videoStreamLow → const int
在下行网络条件较差的情况下,SDK 将只接收视频小流,即低分辨率、低码率视频流。