Back to Content

RTCInboundRtpStreamStats: jitterBufferEmittedCount property

files/en-us/web/api/rtcinboundrtpstreamstats/jitterbufferemittedcount/index.md

latest709 B
Original Source

{{APIRef("WebRTC")}}

The jitterBufferEmittedCount property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total number of audio samples and/or video frames that have come out of the {{glossary("jitter","jitter buffer")}}.

The jitterBufferEmittedCount and {{domxref("RTCInboundRtpStreamStats.jitterBufferDelay", "jitterBufferDelay")}} are incremented when samples or frames exit the buffer. The average jitter buffer delay is jitterBufferDelay / jitterBufferEmittedCount.

Value

A positive number.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("RTCInboundRtpStreamStats/jitterBufferDelay", "jitterBufferDelay")}}