TRTCNetworkQosParam class

Network bandwidth limit parameters

The settings determine the bandwidth limit practices of the SDK in various network conditions (e.g., whether to "ensure definition" or "ensure smoothness" on a weak network).

Constructors

TRTCNetworkQosParam({TRTCVideoQosPreference preference = TRTCVideoQosPreference.clear})

Properties

hashCode int
The hash code for this object.
no setterinherited
preference TRTCVideoQosPreference
  • Field description: whether to "ensure definition" or "ensure smoothness" on a weak network
  • Note
    • Smoothness is ensured on a weak network, i.e., the video image will have a lot of blurs but can be smooth with no lagging.
    • Definition is ensured on a weak network, i.e., the image will be as clear as possible but tend to lag.
  • 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
    toString() String
    A string representation of this object.
    inherited

    Operators

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