LTDVDBurner_Progress Constants

Summary

The LTDVDBurner_Progress constants specify the current operation progress.

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

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