RTCCodecStats: clockRate property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
The clockRate
property of the RTCCodecStats
dictionary is a positive number containing the media sampling rate in hertz (Hz).
Values
A positive number indicating the media sampling rate.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtccodecstats-clockrate |
Browser compatibility
BCD tables only load in the browser
See also
codecs.clockRate
option in parameter passed toRTCRtpTransceiver.setCodecPreferences()
andRTCRtpSender.setParameters()
.codecs.clockRate
in object returned byRTCRtpSender.getParameters()
andRTCRtpReceiver.getParameters()
.