mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
12 lines
147 B
C#
12 lines
147 B
C#
|
|
|
|||
|
|
namespace CUETools.Codecs.FLAKE
|
|||
|
|
{
|
|||
|
|
public enum StereoMethod
|
|||
|
|
{
|
|||
|
|
Independent = 0,
|
|||
|
|
Estimate = 1,
|
|||
|
|
Evaluate = 2,
|
|||
|
|
Search = 3
|
|||
|
|
}
|
|||
|
|
}
|