namespace CUETools.Processor { struct IndexInfo { public int Track; public int Index; public int Time; } }