Firefox Tomorrow

web api instance property

RTCInboundRtpStreamStats: jitterBufferEmittedCount property

View on MDN ↗

The jitterBufferEmittedCount property of the RTCInboundRtpStreamStats dictionary indicates the total number of audio samples and/or video frames that have come out of the jitter buffer.

The jitterBufferEmittedCount and jitterBufferDelay are incremented when samples or frames exit the buffer. The average jitter buffer delay is jitterBufferDelay / jitterBufferEmittedCount.

Value

A positive number.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also