StreamFallbackOptions
Audio and video stream fallback options under poor network conditions.
Enumerations
- STREAM_FALLBACK_OPTION_DISABLED
- (0): No fallback handling for audio and video streams, audio and video quality is not guaranteed.
- STREAM_FALLBACK_OPTION_VIDEO_STREAM_LOW
- (1): Only receive low-quality (low resolution, low bitrate) video stream.
- STREAM_FALLBACK_OPTION_AUDIO_ONLY
- (2): When the network is poor, prioritize receiving the video low stream; if the network is extremely poor and video cannot be displayed, fall back to audio-only stream.
- STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_1
- (3): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_1. - STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_2
- (4): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_2. - STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_3
- (5): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_3. - STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_4
- (6): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_4. - STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_5
- (7): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_5. - STREAM_FALLBACK_OPTION_VIDEO_STREAM_LAYER_6
- (8): When the network is poor and multi-quality video streams are available, receive video stream from
VIDEO_STREAM_LAYER_6.