ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording UI Framework Reference
|
DRSetupPanel.h |
Base class for the DiscRecordingUI setup panels.
Provides a base framework for handling device selection, media ejection and confirming or cancelling the panel.
DRSetupPanelDeviceSelectionChangedNotification |
Type of notification sent when the device selection changes.
extern NSString* const DRSetupPanelDeviceSelectionChangedNotification;
DRSetupPanelSelectedDeviceKey |
Key in the userInfo dictionary when the DRSetupPanelDeviceSelectionChangedNotification is received.
extern NSString* const DRSetupPanelSelectedDeviceKey;
|