|
PrimoBurner(tm) for C++
5.0
CD, DVD and Blu-ray Software Development Kit
|
Defines the possible data sources of file data used by DataDisc during the ISO/Joliet/UDF image creation. More...
Enumerations | |
| enum | Enum { File = 0 , Stream = 1 , Disc = 2 , ZeroPad = 3 , DiscImage = 4 } |
| DataSource::Enum. More... | |
Defines the possible data sources of file data used by DataDisc during the ISO/Joliet/UDF image creation.
See DataFile and DataFile::setStream and DataFile::setDataSource methods for more details about the DataSource usage.
| enum Enum |
| Enumerator | |
|---|---|
| File | The file data comes from a file located on a hard disc or network share. |
| Stream | The file data comes from a primo::Stream object. |
| Disc | The file data comes from a previous session on the disc. |
| ZeroPad | Indicates that zeros should be written to the image / disc. Used when some files need to start from a fixed logical block address. |
| DiscImage | The file data comes from a disc image (ISO file). |