adaptive_max_bitrate


Description:

[ Version ( since = "0.8" ) ]
public uint adaptive_max_bitrate { get; set; }

A maximal allowed bitrate (bits/s) during adaptive streaming such as DASH or HLS (`0` for unlimited).

Setting this will prevent streaming from entering qualities with higher bandwidth than the one set. When set together with [ property@Clapper.Player:adaptive-min-bitrate] it can be used to enforce some specific quality.