TRTCNetworkQosParam class

网络流控相关参数

该设置决定 SDK 在各种网络环境下的调控方向(例如弱网下选择“保清晰”或“保流畅”)

Constructors

TRTCNetworkQosParam({int preference = 2, int controlMode = 1})

Properties

controlMode int
【字段含义】视频分辨率(云端控制 - 客户端控制)
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preference int
【字段含义】弱网下选择“保清晰”或“保流畅”
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited