mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUERipper update;
CTDB xml interface; Minor bugfixes; Version 2.0.6-2.0.7
This commit is contained in:
@@ -11,6 +11,8 @@ namespace CUETools.Ripper
|
||||
public interface ICDRipper : IAudioSource, IDisposable
|
||||
{
|
||||
bool Open(char Drive);
|
||||
bool DetectGaps();
|
||||
bool GapsDetected { get; }
|
||||
CDImageLayout TOC { get; }
|
||||
string ARName { get; }
|
||||
string EACName { get; }
|
||||
@@ -37,12 +39,17 @@ namespace CUETools.Ripper
|
||||
|
||||
public sealed class ReadProgressArgs : EventArgs
|
||||
{
|
||||
public string Action;
|
||||
public int Position;
|
||||
public int Pass;
|
||||
public int PassStart, PassEnd;
|
||||
public int ErrorsCount;
|
||||
public DateTime PassTime;
|
||||
|
||||
public ReadProgressArgs()
|
||||
{
|
||||
}
|
||||
|
||||
public ReadProgressArgs(int position, int pass, int passStart, int passEnd, int errorsCount, DateTime passTime)
|
||||
{
|
||||
Position = position;
|
||||
|
||||
Reference in New Issue
Block a user