Required properties for burn object to burn a cd in mac system

Joined
Dec 7, 2009
Messages
6
Reaction score
0
Points
1
CD Burning problem ....

Hi All,

can any one help, ihave problem for burning cd, i want the DRBurn object with its properties, i dont know what properties shuld use....i use some of keys and its values [7 keys i used]. I have the code for identify the device also ,but when i use this burn object in below method..

DRBurnProgressPanel *bpp=[DRBurnProgressPanel progressPanel];

[bpp beginProgressSheetForBurn:[burn burnObject] layout:layout path modalForWindow:_myParentwindow];

Showing this error...
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[DRBurn burnObject]: unrecognized selector sent to instance 0x35ce30'

To identify the device i had code and that i,m not showing all.

AuthoringDeviceList *deviceList = [[AuthoringDeviceList alloc] init];
NSMutableArray *list = [deviceList deviceList];
AuthoringDevice *device = [list objectAtIndex:0];
[burn initWithDevice:device];//init with device
[burn setProperties:burnProp];//set the properties
.



plz...can anyone help out ,why this problem arising, or any properties did i miss it.....
Thanku...
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top