Constructor
new TRTCNetworkQosParam(preference, controlMode)
Network QoS control parameter. The settings determine the QoS control policy of the SDK in weak network conditions (e.g., whether to "ensure clarity" or "ensure smoothness").
Parameters:
Name | Type | Description |
---|---|---|
preference |
TRTCVideoQosPreference |
required
[Field description] whether to ensure "smoothness" or "clarity" |
controlMode |
TRTCQosControlMode |
required
[Field description] QoS control mode (disused) |