Limited availability
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The totalEncodedBytesTarget
property of the RTCOutboundRtpStreamStats
dictionary represents the sum of the target frame sizes for all of the frames encoded so far.
The codec has a target maximum size for each frame that it is asked to compress, in bytes. This property indicates the cumulative total of the target sizes for each frame at the current time. This will probably differ from the total of the actual frame sizes. You can compare to bytesSent
in order to estimate how closely the codec is matching its target.
The value increases every time framesEncoded
goes up.
Note: The property is undefined for audio streams.
ValueThe sum of the target frame sizes in bytes, represented as a positive integer.
Specifications Browser compatibilityRetroSearch 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