Skip to content

Commit

Permalink
Add RTCInboundRtpStreamStats:decoderfallback
Browse files Browse the repository at this point in the history
  • Loading branch information
xingri authored and Sun Shin committed Jan 12, 2023
1 parent e94e567 commit 0157925
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 @@ -1031,6 +1031,7 @@ <h3>
boolean powerEfficientDecoder;
unsigned long framesAssembledFromMultiplePackets;
double totalAssemblyTime;
boolean decoderFallback;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -1709,6 +1710,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 0157925

Please sign in to comment.