RtcVideoSendBweStats class
The statistics class of bandwidth estimation of sent video.
视频发送带宽评估统计类。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- RtcVideoSendBweStats.new(int bandwidth, int encodeBitrate, int transmitBitrate, int retransmitBitrate)
- Constructs a RtcVideoSendBweStats
Properties
- bandwidth → int
-
The evaluated bandwidth of sent video.
final
- encodeBitrate → int
-
The encode bitrate of sent video. Unit: bps.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- retransmitBitrate → int
-
The retransmit bitrate of sent video. Unit: bps.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transmitBitrate → int
-
The transmit bitrate of sent video. Unit: bps.
final
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