mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
9 lines
129 B
C#
9 lines
129 B
C#
|
|
namespace CUETools.Codecs.ALAC
|
|||
|
|
{
|
|||
|
|
public enum FrameType
|
|||
|
|
{
|
|||
|
|
Verbatim = 0,
|
|||
|
|
Compressed = 1
|
|||
|
|
}
|
|||
|
|
}
|