Web/API/MediaRecorder/videoBitsPerSecond

From Get docs

This is an experimental technologyCheck the Browser compatibility table carefully before using this in production.


The videoBitsPerSecond read-only property of the MediaRecorder interface returns the video encoding bit rate in use. This may differ from the bit rate specified in the constructor, if it was provided.

Syntax

var videoBitsPerSecond = MediaRecorder.videoBitsPerSecond

Value

A Number (unsigned long).

Example

// TBD

Specifications

Specification Status Comment
MediaStream RecordingThe definition of 'videoBitsPerSecond' in that specification. Working Draft Initial definition.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

videoBitsPerSecond

Experimental'

Chrome

Full support 49

Edge

Full support 79

Firefox

Full support 71

IE

No support No

Opera

Full support 36

Safari

No support No

WebView Android

Full support 49

Chrome Android

Full support 49

Firefox Android

?

Opera Android

Full support 36

Safari iOS

No support No

Samsung Internet Android

Full support 5.0

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
Experimental. Expect behavior to change in the future.'
Experimental. Expect behavior to change in the future.