Back to Content

RTCOutboundRtpStreamStats: framesSent property

files/en-us/web/api/rtcoutboundrtpstreamstats/framessent/index.md

latest493 B
Original Source

{{APIRef("WebRTC")}}

The framesSent property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary indicates the total number of encoded frames sent on this RTP stream over its lifetime.

Note that this may be lower than the total number of media source frames, which is provided in {{domxref("RTCVideoSourceStats.frames")}}.

[!NOTE] The value does not exist for audio.

Value

A positive number.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}