Syntax
typedef enum LTDVDBurner_State
{
LTDVDBurner_State_Idle = 0,
LTDVDBurner_State_Writing = 1,
LTDVDBurner_State_TestWriting = 2,
LTDVDBurner_State_Erasing = 3
} LTDVDBurner_State;
Summary
The LTDVDBurner_State constants specify the burner state.
Constants
Constant | Description |
---|---|
LTDVDBurner_State_Idle | [0] 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 | [1] The burner is performing a writing operation. Certain operations and checks cannot be performed while the burner is in this state. |
LTDVDBurner_State_TestWriting | [2] The burner is performing a writing test. Certain operations and checks cannot be performed while the burner is in this state. |
LTDVDBurner_State_Erasing | [3] The burner is performing an erasing operation. Certain operations and checks cannot be performed while the burner is in this state. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document