StreamFallbackOptions enum
Options for handling audio and video stream fallback when network conditions are weak.
Values
- streamFallbackOptionDisabled → const StreamFallbackOptions
-
0: No fallback processing is performed on audio and video streams, the quality of the audio and video streams cannot be guaranteed.
- streamFallbackOptionVideoStreamLow → const StreamFallbackOptions
-
1: Only receive low-quality (low resolution, low bitrate) video stream.
- streamFallbackOptionAudioOnly → const StreamFallbackOptions
-
2: When the network conditions are weak, try to receive the low-quality video stream first. If the video cannot be displayed due to extremely weak network environment, then fall back to receiving audio-only stream.
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<
StreamFallbackOptions> - A constant List of the values in this enum, in order of their declaration.