Bump max bitrate to 150Mbps to line up with android and qt version

This commit is contained in:
Xiangxuan Liu
2020-10-28 01:04:34 +08:00
parent 3f1699258d
commit 24258d6e17
2 changed files with 5 additions and 1 deletions

View File

@@ -43,7 +43,9 @@ static const int bitrateTable[] = {
60000,
70000,
80000,
100000
100000,
120000,
150000,
};
-(int)getSliderValueForBitrate:(NSInteger)bitrate {