Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.28
|
Leadtools.MediaWriter Namespace : MediaWriterDiscTypeCode Enumeration |
public enum MediaWriterDiscTypeCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MediaWriterDiscTypeCode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MediaWriterDiscTypeCode
public enum class MediaWriterDiscTypeCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0xFFFFFFFF | DiscTypeNone | (-1) No disc in drive. |
0x00000000 | DiscTypeUnknown | (0) Unknown disc type (not recognized). |
0x00000001 | DiscTypeCDROM | (1) Read-only CDROM (not recordable). |
0x00000002 | DiscTypeCDR | (2) Recordable (write once) CD, CD-R. |
0x00000003 | DiscTypeCDRW | (3) Rewritable CD-RW. |
0x00000004 | DiscTypeDVDROM | (4) Read-only DVD-ROM. (not recordable). |
0x00000005 | DiscTypeDVDR | (5) Recordable (write once) DVD-R. |
0x00000006 | DiscTypeDVDRW | (6) Rewritable DVD-RW. |
0x00000007 | DiscTypeDVDRAM | (7) Rewritable DVD-RAM. This type of disc is usually housed in a cartridge. |
0x00000008 | DiscTypeDVDPLUSRW | (8) Rewritable DVD+RW |
0x00000009 | DiscTypeDVDPLUSR | (9) Recordable DVD+R |
0x0000000A | DiscTypeDVDPLUSRDL | (10) Recordable DVD+R Dual Layer |
System.Object
System.ValueType
System.Enum
Leadtools.MediaWriter.MediaWriterDiscTypeCode