mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-19 13:06:44 +00:00
12 lines
No EOL
204 B
C#
12 lines
No EOL
204 B
C#
namespace FFMpegCore.Enums
|
|
{
|
|
public enum AudioQuality
|
|
{
|
|
Ultra = 384,
|
|
VeryHigh = 256,
|
|
Good = 192,
|
|
Normal = 128,
|
|
BelowNormal = 96,
|
|
Low = 64
|
|
}
|
|
} |