ILTDVDBurner.AutoEject Property

Visual Basic Example

Syntax

Object.AutoEject() As Boolean

Remarks

Gets or sets the auto ejecting state. Possible values are:

Value

Meaning

TRUE

The tray will be ejected immediately after the burn operation. This is the default value.

False

The tray will remain closed after the burn operation.

It is recommended to set this property to TRUE because some disk drives will not recognize data from the disk unless you eject the disk and put it back in. If you do not eject the disk and try to look at the contents of the disk after the burning completes, the computer might think the disk is empty when it in reality it contains some data. This behavior varies from one drive to another, therefore the best approach is to force a disk ejection after you burn data to a disk.

Platforms

Win32, x64

See Also

Topics:

Multimedia Properties, Methods and Events, Video Streaming Module Properties, Methods and Events, DVD Module Properties, Methods and Events