mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
fa3904ea91
commit
cc82f0b3fa
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