Enum TRTCVideoQosPreference
2.4 Video quality preference
You can specify whether to prioritize clarity or smoothness under poor network conditions.
- Smooth: prioritize smoothness under poor network conditions. The publishing and smooth playback of audio are prioritized. Video may be blurry and pixelated, but does not stutter.
- Clear: prioritize clarity under poor network conditions. Video is clear, but may stutter.
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoQosPreference
Fields
Name | Description |
---|---|
TRTCVideoQosPreferenceClear | Prioritize clarity under poor network conditions |
TRTCVideoQosPreferenceSmooth | Prioritize smoothness under poor network conditions |