ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording Framework Reference

 


DRDevice(InfoConvenience)

Extends Class:
Declared In:

Overview

This category on DRDevice defines methods that make retrieving the more commonly accessed DRDevice information dictionary properties easier.



Methods

-displayName
-ioRegistryEntryPath
-writesCD
-writesDVD

displayName


- (NSString*) displayName; 
Discussion

Returns an NSString suitable for display in the user interface.


ioRegistryEntryPath


- (NSString*) ioRegistryEntryPath; 
Discussion

Returns the path to the device in the IO Registry.


writesCD


- (BOOL) writesCD; 
Return Value

Returns YES if the device has the ability to write to CD-R media.

Discussion

Reports the device's ability to burn to CD-type media.


writesDVD


- (BOOL) writesDVD; 
Return Value

Returns YES if the device has the ability to write to DVD media.

Discussion

Reports the device's ability to burn to DVD-type 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: 2008-04-01