Skip to content

Commit

Permalink
Add RTCInboundRtpStreamStats:decoderFallback
Browse files Browse the repository at this point in the history
Fixes #724, #730
  • Loading branch information
xingri committed Mar 10, 2023
1 parent 3057aa7 commit 1efea03
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ <h3>
boolean powerEfficientDecoder;
unsigned long framesAssembledFromMultiplePackets;
double totalAssemblyTime;
boolean decoderFallback;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -1712,6 +1713,16 @@ <h2>
(if any). Only incremented for frames consisting of more than one RTP packet.
</p>
</dd>
<dt>
<dfn>decoderFallback</dfn> of type <span class=
"idlMemberType">boolean</span>
</dt>
<dd>
<p>
Only [= map/exist =]s for video. It indicates that the current WebRTC session is fallbacked
to the Software Decoder. When the session has started with Hardware Decoder.
</p>
</dd>
</dl>
</section>
</div>
Expand Down

0 comments on commit 1efea03

Please sign in to comment.