NERtcVideoLayerRecvStats class Null safety
The stats of each remote video stream
Constructors
Properties
- decoderName ↔ String?
-
The decoder name
read / write
- decoderOutputFrameRate ↔ int?
-
Decoder output frame rate
read / write
- fps ↔ int?
-
Frame rate of a video stream received
read / write
- frozenRate ↔ int?
-
freeze rate of a video stream received
read / write
- hashCode → int
-
The hash code for this object.
read-only, inherited
- height ↔ int?
-
Height of a video stream
read / write
- layerType ↔ int?
-
Stream type. NERtcVideoStreamType
read / write
- packetLossRate ↔ int?
-
Packet loss rate of a video stream received
read / write
- receivedBitrate ↔ int?
-
Bitrate of a video stream received
read / write
- rendererOutputFrameRate ↔ int?
-
Renderer output frame rate
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- totalFrozenTime ↔ int?
-
The cumulative duration when received video frames freeze (ms), starting from receiving the video stream from a specific user
read / write
- width ↔ int?
-
Width of a video stream
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited