LTDVDBurner_State Constants

Summary

The LTDVDBurner_State constants specify the burner state.

Syntax

typedef enum LTDVDBurner_State 
{ 
   LTDVDBurner_State_Idle        = 0, 
   LTDVDBurner_State_Writing     = 1, 
   LTDVDBurner_State_TestWriting = 2, 
   LTDVDBurner_State_Erasing     = 3 
} LTDVDBurner_State; 

Members

LTDVDBurner_State_Idle

The burner is in the idle state. Operations and checks that require the burner to be in the idle state can be performed now.

LTDVDBurner_State_Writing

The burner is performing a writing operation. Certain operations and checks cannot be performed while the burner is in this state.

LTDVDBurner_State_TestWriting

The burner is performing a writing test. Certain operations and checks cannot be performed while the burner is in this state.

LTDVDBurner_State_Erasing

The burner is performing an erasing operation. Certain operations and checks cannot be performed while the burner is in this state.

Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.