CUERipper: track quality calculations closer to EAC values

This commit is contained in:
Grigory Chudov
2013-06-11 23:40:48 -04:00
parent e0d789b727
commit 4c9b64b04a
3 changed files with 46 additions and 34 deletions

View File

@@ -22,7 +22,7 @@ namespace CUETools.Ripper
string CurrentReadCommand { get; }
int CorrectionQuality { get; set; }
BitArray FailedSectors { get; }
BitArray RetrySectors { get; }
byte[] RetryCount { get; }
event EventHandler<ReadProgressArgs> ReadProgress;
}