mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUERipper: disc load/eject button.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user