mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-16 13:30:14 +00:00
Allow bitrate slider to go to 100 Mbps
This commit is contained in:
@@ -35,7 +35,11 @@ static const int bitrateTable[] = {
|
|||||||
20000,
|
20000,
|
||||||
30000,
|
30000,
|
||||||
40000,
|
40000,
|
||||||
50000
|
50000,
|
||||||
|
60000,
|
||||||
|
70000,
|
||||||
|
80000,
|
||||||
|
100000
|
||||||
};
|
};
|
||||||
|
|
||||||
-(int)getSliderValueForBitrate:(NSInteger)bitrate {
|
-(int)getSliderValueForBitrate:(NSInteger)bitrate {
|
||||||
|
|||||||
Reference in New Issue
Block a user