|
Mac Dev Center
Mac OS X Reference Library Drivers, Kernel, & Hardware: User-Space Device Access Disc Recording Framework Reference
|
DRDevice(InfoConvenience) |
| Extends Class: | |
| Declared In: |
This category on DRDevice defines methods that make retrieving the more commonly accessed DRDevice information dictionary properties easier.
displayName |
- (NSString*) displayName;
Returns an NSString suitable for display in the user interface.
ioRegistryEntryPath |
- (NSString*) ioRegistryEntryPath;
Returns the path to the device in the IO Registry.
writesCD |
- (BOOL) writesCD;
Returns YES if the device has the ability to write to CD-R media.
Reports the device's ability to burn to CD-type media.
writesDVD |
- (BOOL) writesDVD;
Returns YES if the device has the ability to write to DVD media.
Reports the device's ability to burn to DVD-type media.
Last Updated: 2009-08-12