namespace CUETools.Processor { struct SourceInfo { public string Path; public uint Offset; public uint Length; } }