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
@@ -43,7 +43,9 @@ static const int bitrateTable[] = {
60000, 60000,
70000, 70000,
80000, 80000,
100000 100000,
120000,
150000,
}; };
-(int)getSliderValueForBitrate:(NSInteger)bitrate { -(int)getSliderValueForBitrate:(NSInteger)bitrate {
+2
View File
@@ -74,6 +74,7 @@
<string>25 Mbps</string> <string>25 Mbps</string>
<string>50 Mbps</string> <string>50 Mbps</string>
<string>100 Mbps</string> <string>100 Mbps</string>
<string>150 Mbps</string>
</array> </array>
<key>Values</key> <key>Values</key>
<array> <array>
@@ -86,6 +87,7 @@
<string>25000</string> <string>25000</string>
<string>50000</string> <string>50000</string>
<string>100000</string> <string>100000</string>
<string>150000</string>
</array> </array>
</dict> </dict>
<dict> <dict>