QtlMovie 1.12 (A specialized FFmpeg front-end)
QtlMovieDvdExtractionSession::OutputFile Class Reference

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...
 

Detailed Description

Inner private class describing one transfer.

Constructor & Destructor Documentation

◆ OutputFile()

QtlMovieDvdExtractionSession::OutputFile::OutputFile ( const QString &  outputFileName,
const QString &  dvdDeviceName,
int  startSector,
int  sectorCount,
bool  useMaxReadSpeed,
Qts::BadSectorPolicy  badSectorPolicy,
QtlLogger log 
)

Constructor.

Parameters
[in]outputFileNameOutput file name.
[in]dvdDeviceNameDVD device name.
[in]startSectorFirst sector to read.
[in]sectorCountTotal number of sectors to read.
[in]useMaxReadSpeedSet the DVD reader to maximum speed.
[in]badSectorPolicyHow to handle bad sectors.
[in]logMessage logger.

Member Data Documentation

◆ totalSectors

const int QtlMovieDvdExtractionSession::OutputFile::totalSectors

Total number of sectors in this transfer.

◆ file

QFile QtlMovieDvdExtractionSession::OutputFile::file

Output file.

◆ dataPull

QtsDvdDataPull QtlMovieDvdExtractionSession::OutputFile::dataPull

DVD transfer.


The documentation for this class was generated from the following files: