A class describing a cell inside the original input VOB's of a DVD, before DVD production.
More...
A class describing a cell inside the original input VOB's of a DVD, before DVD production.
This is different from the cells inside a Program Chain which describe a cell inside the VOB files of the DVD.
- See also
- QtsDvdProgramCell
◆ QtsDvdOriginalCell()
QtsDvdOriginalCell::QtsDvdOriginalCell |
( |
int |
vobId = 0 , |
|
|
int |
cellId = 0 , |
|
|
const QtlRange & |
sectors = QtlRange() |
|
) |
| |
|
explicit |
Constructor.
- Parameters
-
[in] | vobId | Original VOB id inside the original input files. Valid VOD id values start at 1. |
[in] | cellId | Original cell id inside the original input files. Valid cell id values start at 1. |
[in] | sectors | Range of sectors on DVD for this cell. Sector zero is the first sector of the corresponding VTS_nn_1.VOB. |
◆ originalVobId()
int QtsDvdOriginalCell::originalVobId |
( |
| ) |
const |
|
inline |
Get the original VOB id inside the original input files, before DVD production.
This is has no relation with the numbers of the VOB files on DVD.
- Returns
- The original VOB id inside the original input files.
◆ originalCellId()
int QtsDvdOriginalCell::originalCellId |
( |
| ) |
const |
|
inline |
Get the original cell id inside the original input files, before DVD production.
This is has no relation with the cell id's in the VOB files on DVD.
- Returns
- The original cell id inside the original input files.
◆ sectors()
QtlRange QtsDvdOriginalCell::sectors |
( |
| ) |
const |
|
inline |
Get the range of sectors for this cell.
This is the range of sectors on DVD. The sectors are sequentially numbered from zero, starting at the first sector of the corresponding VTS_nn_1.VOB.
- Returns
- The range of sectors for this cell.
◆ _originalVobId
int QtsDvdOriginalCell::_originalVobId |
|
private |
Original VOB id inside the original input files.
◆ _originalCellId
int QtsDvdOriginalCell::_originalCellId |
|
private |
Original cell id inside the original input files.
◆ _sectors
Range of sectors on DVD for this cell.
The documentation for this class was generated from the following files: