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:
12
CUETools.Codecs.LAME/Interop/VBRMETHOD.cs
Normal file
12
CUETools.Codecs.LAME/Interop/VBRMETHOD.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace CUETools.Codecs.LAME.Interop
|
||||
{
|
||||
public enum VBRMETHOD : int
|
||||
{
|
||||
VBR_METHOD_NONE = -1,
|
||||
VBR_METHOD_DEFAULT = 0,
|
||||
VBR_METHOD_OLD = 1,
|
||||
VBR_METHOD_NEW = 2,
|
||||
VBR_METHOD_MTRH = 3,
|
||||
VBR_METHOD_ABR = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user