Enum TRTCQuality
1.4 Video quality
The TRTC SDK has defined 6 video quality standards. `Excellent` indicates the highest quality standard, and `Down` means the video is unavailable.
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCQuality
Fields
| Name | Description |
|---|---|
| TRTCQuality_Bad | Bad |
| TRTCQuality_Down | Unavailable |
| TRTCQuality_Excellent | Excellent |
| TRTCQuality_Good | Good |
| TRTCQuality_Poor | Average |
| TRTCQuality_Unknown | Unknown |
| TRTCQuality_Vbad | Very bad |