Inner private class describing one transfer. More...
Public Member Functions | |
OutputFile (const QString &outputFileName, const QString &dvdDeviceName, int startSector, int sectorCount, bool useMaxReadSpeed, Qts::BadSectorPolicy badSectorPolicy, QtlLogger *log) | |
Constructor. More... | |
Public Attributes | |
QtsDvdDataPull | dataPull |
DVD transfer. More... | |
QFile | file |
Output file. More... | |
const int | totalSectors |
Total number of sectors in this transfer. More... | |
Inner private class describing one transfer.
QtlMovieDvdExtractionSession::OutputFile::OutputFile | ( | const QString & | outputFileName, |
const QString & | dvdDeviceName, | ||
int | startSector, | ||
int | sectorCount, | ||
bool | useMaxReadSpeed, | ||
Qts::BadSectorPolicy | badSectorPolicy, | ||
QtlLogger * | log | ||
) |
Constructor.
[in] | outputFileName | Output file name. |
[in] | dvdDeviceName | DVD device name. |
[in] | startSector | First sector to read. |
[in] | sectorCount | Total number of sectors to read. |
[in] | useMaxReadSpeed | Set the DVD reader to maximum speed. |
[in] | badSectorPolicy | How to handle bad sectors. |
[in] | log | Message logger. |
const int QtlMovieDvdExtractionSession::OutputFile::totalSectors |
Total number of sectors in this transfer.
QFile QtlMovieDvdExtractionSession::OutputFile::file |
Output file.
QtsDvdDataPull QtlMovieDvdExtractionSession::OutputFile::dataPull |
DVD transfer.