Back to Content

RTCOutboundRtpStreamStats: framesEncoded property

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

latest494 B
Original Source

{{APIRef("WebRTC")}}

The framesEncoded property of the {{domxref("RTCOutboundRtpStreamStats")}} dictionary indicates the total number of frames that have been encoded by this {{domxref("RTCRtpSender")}} for this media source.

Value

An integer value indicating the total number of video frames that this sender has encoded so far for this stream.

[!NOTE] This property is only valid for video streams.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}