ADC Home > Reference Library > Reference > Hardware & Drivers > I/O Kit Framework Reference

 


IODVDMedia.h

Include Path:

<IOKit/storage/IODVDMedia.h>

Path:

/System/Library/Frameworks/IOKit.framework/Versions/A/Headers/storage/IODVDMedia.h

Includes:

Overview

This header contains the IODVDMedia class definition. The IODVDMedia class is a random-access disk device abstraction for DVDs.



Classes

IODVDMedia

The IODVDMedia class is a random-access disk device abstraction for DVDs.



#defines


kIODVDMediaClass


kIODVDMediaClass is the name of the IODVDMedia class.

#define kIODVDMediaClass "IODVDMedia" 
Discussion

kIODVDMediaClass is the name of the IODVDMedia class.


kIODVDMediaTypeHDR


#define kIODVDMediaTypeHDR "HD DVD-R" 
Discussion

The kIODVDMediaTypeKey constant for HD DVD Recordable (HD DVD-R) media.


kIODVDMediaTypeHDRAM


#define kIODVDMediaTypeHDRAM "HD DVD-RAM" 
Discussion

The kIODVDMediaTypeKey constant for HD DVD-RAM media.


kIODVDMediaTypeHDROM


#define kIODVDMediaTypeHDROM "HD DVD-ROM" 
Discussion

The kIODVDMediaTypeKey constant for HD DVD-ROM media.


kIODVDMediaTypeHDRW


#define kIODVDMediaTypeHDRW "HD DVD-RW" 
Discussion

The kIODVDMediaTypeKey constant for HD DVD ReWritable (HD DVD-RW) media.


kIODVDMediaTypeKey


kIODVDMediaTypeKey is a property of IODVDMedia objects. It has an OSString value.

#define kIODVDMediaTypeKey "Type" 
Discussion

The kIODVDMediaTypeKey property identifies the DVD media type (DVD-ROM, DVD-R, DVD-RW, DVD+RW, DVD-RAM, etc). See the kIODVDMediaType contants for possible values.


kIODVDMediaTypePlusR


#define kIODVDMediaTypePlusR "DVD+R" 
Discussion

The kIODVDMediaTypeKey constant for DVD "Plus" Recordable (DVD+R) media.


kIODVDMediaTypePlusRW


#define kIODVDMediaTypePlusRW "DVD+RW" 
Discussion

The kIODVDMediaTypeKey constant for DVD "Plus" ReWritable (DVD+RW) media.


kIODVDMediaTypeR


#define kIODVDMediaTypeR "DVD-R" 
Discussion

The kIODVDMediaTypeKey constant for DVD Recordable (DVD-R) media.


kIODVDMediaTypeRAM


#define kIODVDMediaTypeRAM "DVD-RAM" 
Discussion

The kIODVDMediaTypeKey constant for DVD-RAM media.


kIODVDMediaTypeROM


#define kIODVDMediaTypeROM "DVD-ROM" 
Discussion

The kIODVDMediaTypeKey constant for DVD-ROM media.


kIODVDMediaTypeRW


#define kIODVDMediaTypeRW "DVD-RW" 
Discussion

The kIODVDMediaTypeKey constant for DVD ReWritable (DVD-RW) media.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

 

Last Updated: 2009-02-23