set Force Lowest Bitrate
Sets whether to force the use of the lowest bitrate for video playback.
If forceLowestBitrate
is set to true
, the player will prioritize using the lowest available video bitrate, which may help with streaming on slower network connections. If set to false
, the player will use the default bitrate settings.
Return
the Builder instance for method chaining.
Parameters
force Lowest Bitrate
true
to force the lowest bitrate, false
otherwise.