MediaWriterDiscTypeCode Enumeration

Summary

Provides the enumeration type for all supported recordable or rewritable disc types.

Syntax
C#
VB
C++
public enum MediaWriterDiscTypeCode   
Public Enum MediaWriterDiscTypeCode  
public enum class MediaWriterDiscTypeCode   

Members
ValueMemberDescription
-1DiscTypeNone No disc in drive.
0DiscTypeUnknown Unknown disc type (not recognized).
1DiscTypeCDROM Read-only CDROM (not recordable).
2DiscTypeCDR Recordable (write once) CD, CD-R.
3DiscTypeCDRW Rewritable CD-RW.
4DiscTypeDVDROM Read-only DVD-ROM. (not recordable).
5DiscTypeDVDR Recordable (write once) DVD-R.
6DiscTypeDVDRW Rewritable DVD-RW.
7DiscTypeDVDRAM Rewritable DVD-RAM. This type of disc is usually housed in a cartridge.
8DiscTypeDVDPLUSRW Rewritable DVD+RW
9DiscTypeDVDPLUSR Recordable DVD+R
10DiscTypeDVDPLUSRDL Recordable DVD+R Dual Layer

Requirements

Target Platforms

See Also

Reference

Leadtools.MediaWriter Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaWriter Assembly