Searched refs:kIODVDMediaTypeKey (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDMedia.h44 * @defined kIODVDMediaTypeKey
46 * kIODVDMediaTypeKey is a property of IODVDMedia objects. It has an OSString
49 * The kIODVDMediaTypeKey property identifies the DVD media type (DVD-ROM,
54 #define kIODVDMediaTypeKey "Type" macro
58 * The kIODVDMediaTypeKey constant for DVD-ROM media.
65 * The kIODVDMediaTypeKey constant for DVD Recordable (DVD-R) media.
72 * The kIODVDMediaTypeKey constant for DVD ReWritable (DVD-RW) media.
79 * The kIODVDMediaTypeKey constant for DVD "Plus" Recordable (DVD+R) media.
86 * The kIODVDMediaTypeKey constant for DVD "Plus" ReWritable (DVD+RW) media.
93 * The kIODVDMediaTypeKey constan
[all...]
H A DIODVDMedia.cpp55 return compareProperty(table, kIODVDMediaTypeKey);
H A DIODVDBlockStorageDriver.cpp237 media->setProperty(kIODVDMediaTypeKey, description);
/macosx-10.10/hfs-285/mount_hfs/
H A Doptical.c102 property = IORegistryEntryCreateCFProperty(media, CFSTR(kIODVDMediaTypeKey), kCFAllocatorDefault, 0);
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDADisk.c407 object = CFDictionaryGetValue( properties, CFSTR( kIODVDMediaTypeKey ) );

Completed in 82 milliseconds