RTCInboundRtpStreamStats: framesPerSecond property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
TheframesPerSecond
property of theRTCInboundRtpStreamStats
dictionary indicates the number of frames decoded in the last second.
Note that this may be lower than the media source frame rate, which is provided inRTCVideoSourceStats.framesPerSecond
.
Note:The value is undefined for audio streams.
In this article
Value
A positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-framespersecond> |
Browser compatibility
Loading…