mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Codecs.FLAKE: split classes into separate files.
This commit is contained in:
10
CUETools.Codecs.FLAKE/SubframeType.cs
Normal file
10
CUETools.Codecs.FLAKE/SubframeType.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CUETools.Codecs.FLAKE
|
||||
{
|
||||
public enum SubframeType
|
||||
{
|
||||
Constant = 0,
|
||||
Verbatim = 1,
|
||||
Fixed = 8,
|
||||
LPC = 32
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user