Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The audioBitrateMode read-only property of the MediaRecorder interface returns the bitrate mode used to encode audio tracks.
One of the following:
constantThe MediaRecorder encodes at this constant bitrate.
variableThe MediaRecorder encodes using this variable bitrate, allowing more space to be used for complex signals and less space for less complex signals.