The LTDVDBurner_Progress constants specify the progress of the current operation.
typedef enum LTDVDBurner_Progress
{
LTDVDBurner_Progress_Idle = 0,
LTDVDBurner_Progress_Initializing = 1,
LTDVDBurner_Progress_Writing = 2,
LTDVDBurner_Progress_Finalizing = 3,
LTDVDBurner_Progress_Erasing = 4,
LTDVDBurner_Progress_Completed = 5,
LTDVDBurner_Progress_Aborting = 6,
LTDVDBurner_Progress_Aborted = 7
} LTDVDBurner_Progress;
No operation is being performed.
Performing steps required before starting the actual operation.
Writing an image to disc.
Finalizing the current operation.
Erasing data from the disc.
Operation completed.
Operation is aborting.
Operation aborted due to errors.