From: Alexander F. <Ale...@gm...> - 2001-07-20 19:49:13
|
On Friday, 20. July 2001 17:12, Joseph Wenninger wrote: > Hi > > > There might be some more changes in the backend. Mostly in the audio > > part. Where do you want to make changes in the backend? > > If I remember correctly I did some dirty hack for the "Create Iso Image > from Dir" thing. I think I set the filename for the temporary file to the > final destination. I'd like to implement it a littlebit cleaner. > Ok, that needs to be fixed - but I think you don't need any low-level functionality for this. What about using : /** This method sets the source of a track to a ISO 9660 filesystem - which will be m when the CD-R is created. @param image pointer to a ISOImage object for the ISO9660 filesystem */ void setSourceFileSystem(class ISOImage *image=0); of CDTrack? It creates a ISO 9660 track and chooses a name for it Alexander |