DVDBuilder for .NET  3.4
DVD Authoring Software Development Kit
OpticalDiscDeviceConfig Class Reference

This interface configures a burner device used for DVD video recording. More...

Properties

IntPtr DeviceHandle [get]
 Gets the OS handle of the device. More...
 
char DriveLetter [get]
 Gets the drive letter of a DVD burner device. More...
 
string VolumeLabel [get, set]
 Sets / Gets the volume label of the DVD disc. More...
 

Detailed Description

This interface configures a burner device used for DVD video recording.

The object obtained via VRDevice.Config should be cast to this interface if the device type is VRDeviceType.OpticalDisc.

Version
2.0

Property Documentation

IntPtr DeviceHandle
get

Gets the OS handle of the device.

Version
2.0
char DriveLetter
get

Gets the drive letter of a DVD burner device.

Version
2.0
string VolumeLabel
getset

Sets / Gets the volume label of the DVD disc.

If required the volume label should be set before calling FinalizeMedia but after the device is successfully initialized. In case the volume label is not set before finalizing the disc the label is blank. The volume label can be read after the device is initialized. The maximum length allowed for the volume label is 32 characters. Only capital letters from A to Z, digits from 0 to 9, and the special characters _ (underscore) are allowed.

Version
2.0