ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference
|
IOBDMedia.h |
This header contains the IOBDMedia class definition.
kIOBDMediaClass |
kIOBDMediaClass is the name of the IOBDMedia class.
#define kIOBDMediaClass "IOBDMedia"
kIOBDMediaClass is the name of the IOBDMedia class.
kIOBDMediaTypeKey |
kIOBDMediaTypeKey is a property of IOBDMedia objects. It has an OSString value.
#define kIOBDMediaTypeKey "Type"
The kIOBDMediaTypeKey property identifies the BD media type (BD-ROM, BD-R, BD-RE, etc). See the kIOBDMediaType contants for possible values.
kIOBDMediaTypeR |
#define kIOBDMediaTypeR "BD-R"
The kIOBDMediaTypeKey constant for BD-R media.
kIOBDMediaTypeRE |
#define kIOBDMediaTypeRE "BD-RE"
The kIOBDMediaTypeKey constant for BD-RE media.
kIOBDMediaTypeROM |
#define kIOBDMediaTypeROM "BD-ROM"
The kIOBDMediaTypeKey constant for BD-ROM media.
|
Last Updated: 2009-02-23