CUERipper: disc load/eject button.

This commit is contained in:
Grigory Chudov
2013-04-28 16:14:58 -04:00
parent 8dd7cfe136
commit f65516d2a3
11 changed files with 134 additions and 93 deletions

View File

@@ -11,6 +11,7 @@ namespace CUETools.Ripper
public interface ICDRipper : IAudioSource, IDisposable
{
bool Open(char Drive);
void EjectDisk();
bool DetectGaps();
bool GapsDetected { get; }
CDImageLayout TOC { get; }