ADC Home > Reference Library > Reference > Darwin > Kernel Framework Reference
|
IOBDMedia.h |
This header contains the IOBDMedia class definition.
The IOBDMedia class is a random-access disk device abstraction for BDs.
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: 2008-12-19