Merge pull request #426 from nauxliu/bump-max-bitrate

Bump max bitrate to 150Mbps to line up with android and qt version
This commit is contained in:
Cameron Gutman
2020-10-28 20:56:55 -05:00
committed by GitHub
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 {

View File

@@ -74,6 +74,7 @@
<string>25 Mbps</string>
<string>50 Mbps</string>
<string>100 Mbps</string>
<string>150 Mbps</string>
</array>
<key>Values</key>
<array>
@@ -86,6 +87,7 @@
<string>25000</string>
<string>50000</string>
<string>100000</string>
<string>150000</string>
</array>
</dict>
<dict>