NERtcVideoLayerSendStats class Null safety
Stats of a single local video stream
Constructors
Properties
- captureFrameRate ↔ int?
-
Video capture frame rate
read / write
- encoderBitrate ↔ int?
-
The actual bitrate of an encoder (kbps)
read / write
- encoderName ↔ String?
-
Encoder name
read / write
- encoderOutputFrameRate ↔ int?
-
Encoding output frame rate
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
- renderFrameRate ↔ int?
-
Video rendering frame rate
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- sendBitrate ↔ int?
-
The bitrate of a stream sent (kbps)
read / write
- sentFrameRate ↔ int?
-
Publishing video frame rate.
read / write
- targetBitrate ↔ int?
-
The target bitrate of an encoder (kbps)
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