W3cubDocs

/Web APIs

RTCAudioSourceStats: totalSamplesDuration property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The RTCAudioSourceStats dictionary's totalSamplesDuration property represents the combined duration of all samples produced by the media source over the lifetime of this stats object, in seconds. It does not include samples dropped before reaching this media source.

This can be used with totalAudioEnergy to compute an average audio level over different intervals.

Note: For audio duration of remotely sourced tracks, see RTCInboundRtpStreamStats.totalSamplesDuration.

Value

A number indicating the total duration of all samples produced by this source over the lifetime this stats object, in seconds.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
totalSamplesDuration 80 80 No No 67 No 80 80 No 57 No 13.0

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCAudioSourceStats/totalSamplesDuration