mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
10 lines
151 B
C#
10 lines
151 B
C#
namespace CUETools.Processor
|
|
{
|
|
public enum CUEToolsTagger
|
|
{
|
|
TagLibSharp = 0,
|
|
APEv2 = 1,
|
|
ID3v2 = 2,
|
|
}
|
|
}
|