ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording UI Framework Reference
|
DiscRecordingUIResources.h |
Resources provided by the DiscRecordingUI framework.
DRBurnIcon |
The name of the burn icon image.
extern NSString* const DRBurnIcon;
The icon is available to applications through the -[NSImage imageNamed:] method.
DREraseIcon |
The name of the erase icon image.
extern NSString* const DREraseIcon;
The icon is available to applications through the -[NSImage imageNamed:] method.
|