LTDVDBurner_Progress Constants

Summary

The LTDVDBurner_Progress constants specify the progress of the current operation.

Syntax

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; 

Members

LTDVDBurner_Progress_Idle

No operation is being performed.

LTDVDBurner_Progress_Initializing

Performing steps required before starting the actual operation.

LTDVDBurner_Progress_Writing

Writing an image to disc.

LTDVDBurner_Progress_Finalizing

Finalizing the current operation.

LTDVDBurner_Progress_Erasing

Erasing data from the disc.

LTDVDBurner_Progress_Completed

Operation completed.

LTDVDBurner_Progress_Aborting

Operation is aborting.

LTDVDBurner_Progress_Aborted

Operation aborted due to errors.

Help Version 22.0.2022.12.7
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Writer C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.