drive read offset detection

This commit is contained in:
chudov
2008-12-01 21:54:55 +00:00
parent 9d64805a5e
commit 687cd5062c
4 changed files with 84 additions and 21 deletions

View File

@@ -389,6 +389,14 @@ namespace CUETools.Ripper.SCSI
}
}
public string ARName
{
get
{
return m_info.InquiryData.VendorIdentification + " - " + m_info.InquiryData.ProductIdentification;
}
}
public ulong Position
{
get