Add more AudioQuality presets (enum)

Former-commit-id: 1badd3ba4c
This commit is contained in:
Malte Rosenbjerg 2020-02-27 18:29:27 +01:00
parent fa3904ea91
commit cc82f0b3fa

View file

@ -3,8 +3,10 @@
public enum AudioQuality public enum AudioQuality
{ {
Ultra = 384, Ultra = 384,
VeryHigh = 256,
Hd = 192, Hd = 192,
Normal = 128, Normal = 128,
BelowNormal = 96,
Low = 64 Low = 64
} }
} }