We would like to use the Nero API in our application for backup purposes. One of our goals is it not to store the entire CD/DVD image or data on disk, but to produce the data on-the-fly for Nero.
I looked into the different APIs, and I think that the File System Content Creation interfaces might suit our needs best. One thing is not really clear to me, though: It seems that I can produce the stream for a given file on-the-fly during the burning process. However, it seems like a requirement that the entire directory/file structure has to be set fixed before burning starts. This is quite difficult to provide with our present application, so I am looking for alternatives. Or is my understanding wrong altogether?
I also wasn’t able to find sample code for the File System Content Interfaces – did I miss it?
I would greatly appreciate any help. Thanks!