mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 20:46:43 +00:00
Add more AudioQuality presets (enum)
This commit is contained in:
parent
e688bcc674
commit
1badd3ba4c
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue