A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/RTCInboundRtpStreamStats/bytesReceived below:

RTCInboundRtpStreamStats: bytesReceived property - Web APIs

RTCInboundRtpStreamStats: bytesReceived property

Baseline Widely available

The bytesReceived property of the RTCInboundRtpStreamStats dictionary indicates the total number of bytes received so far from this synchronization source (SSRC), not including header and padding bytes.

The value can be used to calculate an approximation of the average media data rate:

avgDataRate = rtcInboundRtpStreamStats.bytesReceived / elapsedTime;

The property value is reset to zero if the sender's SSRC identifier changes for any reason.

Value

An positive integer.

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4