Defines the media profiles that are returned from the Device::mediaProfile method.
More...
|
enum | Enum {
Unknown = 0xFFFF
,
NoCurrentProfile = 0x0000
,
CDRom = 0x0008
,
CDR = 0x0009
,
CDRW = 0x000A
,
DVDRom = 0x0010
,
DVDMinusRSeq = 0x0011
,
DVDRam = 0x0012
,
DVDMinusRWRO = 0x0013
,
DVDMinusRWSeq = 0x0014
,
DVDMinusRDLSeq = 0x0015
,
DVDMinusRDLJump = 0x0016
,
DVDPlusRW = 0x001A
,
DVDPlusR = 0x001B
,
DVDPlusRWDL = 0x002A
,
DVDPlusRDL = 0x002B
,
BDRom = 0x0040
,
BDRSrm = 0x0041
,
BDRSrmPow = 0xF041
,
BDRRrm = 0x0042
,
BDRE = 0x0043
} |
| MediaProfile::Enum. More...
|
|
Defines the media profiles that are returned from the Device::mediaProfile method.
- See also
- Device::mediaProfile
◆ Enum
MediaProfile::Enum.
Enumerator |
---|
Unknown | Unknown Profile.
|
NoCurrentProfile | None of the supported profiles is current or no disc in the device.
|
CDRom | CD-ROM.
|
CDR | CD-R.
|
CDRW | CD-RW.
|
DVDRom | DVD-ROM.
|
DVDMinusRSeq | DVD-R Sequential Recording.
DVD-R that can be recorded only sequentially.
|
DVDRam | DVD-RAM.
Random Access DVD
|
DVDMinusRWRO | DVD-RW in Restricted Overwrite mode.
DVD-RW formatted for restricted overwrite recording.
|
DVDMinusRWSeq | DVD-RW in Sequential Recording mode.
DVD-RW that can be recorded only sequentially.
|
DVDMinusRDLSeq | DVD-R DL.
Dual Layer DVD-R that can be recorded sequentially.
|
DVDMinusRDLJump | DVD-R DL.
Dual Layer DVD-R that can be recorded using layer jumping.
|
DVDPlusRW | DVD+RW.
|
DVDPlusR | DVD+R.
|
DVDPlusRWDL | DVD+RW DL.
Dual Layer DVD+RW
|
DVDPlusRDL | DVD+R DL.
Dual Layer DVD+R
|
BDRom | BD-ROM.
Read-only Blu-ray Disc
|
BDRSrm | BD-R in Sequential Recording Mode (SRM).
New BD-R disc are formatted for sequential recording by default.
|
BDRSrmPow | BD-R in Sequential Recording Mode (SRM) and formatted for Pseudo Overwrite (POW).
|
BDRRrm | BD-R in Random Recording Mode (RRM).
A BD-R which is formatted for random recording.
|
BDRE | BD-RE.
REwritable Blu-ray Disc.
|