The ILTDVDBurner object is a COM object that provides functionality for burning ISO and DVD images on recordable and writable media.
It is designed to work together with the ltDVDWriter object , which can be used to create the ISO and DVD images.
The ILTDVDBurner object can be created directly using a call to CoCreateInstance.
The burner object does not depend on any other component to work.
The ILTDVDBurner object contains the following properties and methods:
Properties
ILTDVDBurner.AutoEject property
ILTDVDBurner.CurrentDrive property
ILTDVDBurner.CurrentSpeed property
ILTDVDBurner.DiscCapacity property
ILTDVDBurner.DiscType property
ILTDVDBurner.DriveCount property
ILTDVDBurner.Ejectable property
ILTDVDBurner.Eraseable property
ILTDVDBurner.ImageSize property
ILTDVDBurner.InputPath property
ILTDVDBurner.ISOOutputFile property
ILTDVDBurner.LastError property
ILTDVDBurner.Loadable property
ILTDVDBurner.SpeedCount property
ILTDVDBurner.SpeedListChanged property
ILTDVDBurner.SystemSupported property
ILTDVDBurner.TestWriteable property
ILTDVDBurner.VolumeName property
ILTDVDBurner.Writeable property
Methods
ILTDVDBurner.GetDiscTypeName method
ILTDVDBurner.GetDiscTypeWriteable method
ILTDVDBurner.GetDriveDiscType method
ILTDVDBurner.GetDriveDiscTypeCount method
ILTDVDBurner.GetDriveId method
ILTDVDBurner.GetDriveName method
ILTDVDBurner.GetProgress method
ILTDVDBurner.GetSpeedName method
ILTDVDBurner.GetSpeedValue method
ILTDVDBurner.RefreshDriveList method
ILTDVDBurner.RefreshSpeedList method
Win32, x64