RtcSystemStats class
The statistics class of system information.
系统信息统计类。
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- RtcSystemStats.new(int totalCpuUsage, int totalPhysMemory, int workingSetSize, int memoryUsage)
- Constructs a RtcVideoRecvBweStats
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- memoryUsage → int
-
The total memory usage. Unit: percentage.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalCpuUsage → int
-
The total cpu usage. Unit: percentage.
final
- totalPhysMemory → int
-
The total physical memory. Unit: KByte.
final
- workingSetSize → int
-
The memory used by current process. Unit: KByte.
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