Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration DegradationPreference

The video encoding degradation preference under limited bandwidth.

Index

Enumeration members

MaintainBalanced

MaintainBalanced: = 2

2: Reduces the video frame rate and video quality simultaneously during video encoding under limited bandwidth. MaintainBalanced has a lower reduction than MaintainQuality and MaintainFramerate, and this preference is suitable for scenarios where both smoothness and video quality are a priority.

since

v3.4.2

Note The resolution of the video sent may change, so remote users need to handle this issue. See VideoSizeChanged.

MaintainFramerate

MaintainFramerate: = 1

1: Prefers to reduce the video quality while maintaining the video frame rate during video encoding under limited bandwidth. This degradation preference is suitable for scenarios where smoothness is prioritized and video quality is allowed to be reduced.

MaintainQuality

MaintainQuality: = 0

0: (Default) Prefers to reduce the video frame rate while maintaining video quality during video encoding under limited bandwidth. This degradation preference is suitable for scenarios where video quality is prioritized.

Note In the Communication channel profile, the resolution of the video sent may change, so remote users need to handle this issue. See VideoSizeChanged.

Generated using TypeDoc