MediaRecorder: videoBitsPerSecond property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021.
ThevideoBitsPerSecond read-onlyproperty of theMediaRecorder interface returns the video encodingbit rate in use.
This may differ from the bit rate specified in theconstructor, if it was provided.
In this article
Value
ANumber (unsigned long).
Specifications
| Specification |
|---|
| MediaStream Recording> # dom-mediarecorder-videobitspersecond> |