getMinAudioBitrate
Description
Returns the minimum audio bitrate reachable through adaptive streaming, in bits per second.
This minimum limit has usually been set either through the setMinAudioBitrate
method or through the minAudioBitrate
constructor option.
This limit can be further updated by calling the setMinAudioBitrate method.
Note that this only affects adaptive strategies. Forcing the bitrate manually
(for example by calling setAudioBitrate
) bypass this limit completely.
Syntax
const minBitrate = player.getMinAudioBitrate();
- return value
number