ADC Home > Reference Library > Reference > Audio > Carbon > Disc Recording Framework Reference
|
DRStatus.h |
Status dictionary content keys.
DRErrorStatusAdditionalSenseStringKey |
extern NSString* const DRErrorStatusAdditionalSenseStringKey;
An NSString describing the RBC additional sense code and additional sense code qualifier pair returned by the device. If no sense is reported, this key will not be present.
DRErrorStatusErrorInfoStringKey |
extern NSString* const DRErrorStatusErrorInfoStringKey;
An NSString describing extended error information in a user appropriate manner.
DRErrorStatusErrorKey |
extern NSString* const DRErrorStatusErrorKey;
An NSNumber containing the OS error code for the error.
DRErrorStatusErrorStringKey |
extern NSString* const DRErrorStatusErrorStringKey;
An NSString describing the error in a user appropriate manner.
DRErrorStatusKey |
extern NSString* const DRErrorStatusKey;
The key in the status dictionary for the error dictionary.
DRErrorStatusSenseCodeStringKey |
extern NSString* const DRErrorStatusSenseCodeStringKey;
An NSString describing the RBC sense code returned by the device. If no sense is reported, this key will not be present.
DRErrorStatusSenseKey |
extern NSString* const DRErrorStatusSenseKey;
An NSData object containing the raw RBC sense information structure reported by the device. If no sense is reported, this key will not be present.
DRStatusCurrentSessionKey |
extern NSString* const DRStatusCurrentSessionKey;
A key for the burn status dictionary. NSNumber indicating the current session being burned.
DRStatusCurrentSpeedKey |
extern NSString* const DRStatusCurrentSpeedKey;
A key for the burn status dictionary. NSNumber indicating the current burn speed.
DRStatusCurrentTrackKey |
extern NSString* const DRStatusCurrentTrackKey;
A key for the status dictionaries. NSNumber indicating the current track being burned.
DRStatusEraseTypeKey |
extern NSString* const DRStatusEraseTypeKey;
A key for the erase status dictionary. NSString indicating the type of erase operation.
DRStatusPercentCompleteKey |
extern NSString* const DRStatusPercentCompleteKey;
A key for the status dictionaries. NSNumber containing the precent complete of the operation expressed as a foating point number from 0 to 1.
DRStatusProgressCurrentKPS |
The current burn speed in kilobytes per second.
extern NSString* const DRStatusProgressCurrentKPS;
This is an optional key within the DRStatusProgressInfoKey dictionary. The value of this key, if present, is a NSNumber object containing the write speed of the burn.
DRStatusProgressCurrentXFactor |
The current burn speed in a media appropriate x-factor
extern NSString* const DRStatusProgressCurrentXFactor;
This is an optional key within the DRStatusProgressInfoKey dictionary. The value of this key, if present, is a NSNumber object containing the appropriate x-factor for the media.
DRStatusProgressInfoKey |
A dictionary of extended progress information.
extern NSString* const DRStatusProgressInfoKey;
A key for the status dictionary. The value of this key is a reference to a NSDictionary object containing extended progress information.
DRStatusStateDone |
extern NSString* const DRStatusStateDone;
One possible value for DRStatusStateKey . Indicates the operation is finished and it succeeded.
DRStatusStateErasing |
extern NSString* const DRStatusStateErasing;
One possible value for DRStatusStateKey in the erase status dictionary. Indicates the erase is currently in progress.
DRStatusStateFailed |
extern NSString* const DRStatusStateFailed;
One possible value for DRStatusStateKey . Indicates the operation is finished and it failed.
DRStatusStateFinishing |
extern NSString* const DRStatusStateFinishing;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is finishing up (closing the last session, writing the TOC, etc).
DRStatusStateKey |
extern NSString* const DRStatusStateKey;
A key for the status dictionaries. NSString indicating the current state of the operation.
DRStatusStateNone |
extern NSString* const DRStatusStateNone;
One possible value for DRStatusStateKey . Indicates the operation has not yet begun.
DRStatusStatePreparing |
extern NSString* const DRStatusStatePreparing;
One possible value for DRStatusStateKey . Indicates the operation is preparing to begin.
DRStatusStateSessionClose |
extern NSString* const DRStatusStateSessionClose;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is closing a session on disc. The exact session being closing is contained in DRStatusCurrentSessionKey .
DRStatusStateSessionOpen |
extern NSString* const DRStatusStateSessionOpen;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is opening a session on disc. The exact session being opened is contained in DRStatusCurrentSessionKey .
DRStatusStateTrackClose |
extern NSString* const DRStatusStateTrackClose;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is closing a track on disc. The exact track being closed is contained in DRStatusCurrentTrackKey .
DRStatusStateTrackOpen |
extern NSString* const DRStatusStateTrackOpen;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is opening a track on disc. The exact track being opened is contained in DRStatusCurrentTrackKey .
DRStatusStateTrackWrite |
extern NSString* const DRStatusStateTrackWrite;
One possible value for DRStatusStateKey in the burn status dictionary. Indicates the burn is writing a track on disc. The exact track being written is contained in DRStatusCurrentTrackKey .
DRStatusStateVerifying |
extern NSString* const DRStatusStateVerifying;
One possible value for DRStatusStateKey . Indicates the operation is verifying what it did.
DRStatusTotalSessionsKey |
extern NSString* const DRStatusTotalSessionsKey;
A key for the status dictionaries. NSNumber indicating the total number of sessions being burned.
DRStatusTotalTracksKey |
extern NSString* const DRStatusTotalTracksKey;
A key for the status dictionaries. NSNumber indicating the total number of tracks in the current session being burned.
|