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:
13
CUETools.Codecs.LAME/Interop/MpegMode.cs
Normal file
13
CUETools.Codecs.LAME/Interop/MpegMode.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace CUETools.Codecs.LAME.Interop
|
||||
{
|
||||
/* MPEG modes */
|
||||
public enum MpegMode : uint
|
||||
{
|
||||
STEREO = 0,
|
||||
JOINT_STEREO,
|
||||
DUAL_CHANNEL, /* LAME doesn't supports this! */
|
||||
MONO,
|
||||
NOT_SET,
|
||||
MAX_INDICATOR /* Don't use this! It's used for sanity checks. */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user