Files
cuetools.net/CUETools.Codecs.Flake/StereoMethod.cs
Natalia Portillo 422c24145c Fix case collision between FLAKE and Flake. (#52)
* Fix case collision between FLAKE and Flake.

* Keep only necessary changes of PR#52

Co-authored-by: Wolfgang Stöggl <c72578@yahoo.de>
2020-06-07 07:36:15 +02:00

16 lines
223 B
C#

namespace CUETools.Codecs.Flake
{
public enum StereoMethod
{
Invalid,
Independent,
Estimate,
Evaluate,
Search,
EstimateX,
EvaluateX,
EstimateFixed,
}
}