RtcInboundRtpStreamVideo class

Inheritance

Constructors

RtcInboundRtpStreamVideo(int? framesDecoded, int? keyFramesDecoded, int? frameWidth, int? frameHeight, double? totalInterFrameDelay, double? framesPerSecond, int? firCount, int? pliCount, int? concealmentEvents, int? framesReceived, int? sliCount)

Properties

concealmentEvents int?
Number of concealment events.
getter/setter pair
firCount int?
Total number of Full Intra Request (FIR) packets sent by this receiver.
getter/setter pair
frameHeight int?
Height of the last decoded frame.
getter/setter pair
framesDecoded int?
Total number of frames correctly decoded for this RTP stream, i.e. frames that would be displayed if no frames are dropped.
getter/setter pair
framesPerSecond double?
Number of decoded frames in the last second.
getter/setter pair
framesReceived int?
Total number of complete frames received on this RTP stream.
getter/setter pair
frameWidth int?
Width of the last decoded frame.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyFramesDecoded int?
Total number of key frames, such as key frames in VP8 RFC 6386 or IDR-frames in H.264 RFC 6184, successfully decoded for this RTP media stream.
getter/setter pair
pliCount int?
Total number of Picture Loss Indication (PLI) packets sent by this receiver.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliCount int?
Total number of Slice Loss Indication (SLI) packets sent by this receiver.
getter/setter pair
totalInterFrameDelay double?
Sum of the interframe delays in seconds between consecutively decoded frames, recorded just after a frame has been decoded.
getter/setter pair

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