RTCCodecStats: clockRate property
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()
.