mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Refactored the LAME interop.
This commit is contained in:
8
CUETools.Codecs.LAME/LAMEEncoderVBRProcessingQuality.cs
Normal file
8
CUETools.Codecs.LAME/LAMEEncoderVBRProcessingQuality.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CUETools.Codecs.LAME
|
||||
{
|
||||
public enum LAMEEncoderVBRProcessingQuality : uint
|
||||
{
|
||||
Best = 0,
|
||||
Normal = 5,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user