I have the same question and more.
If I get it right, the only way to monitor burning status and progress is via the DLL callback. While I don't see there is a parameter indicating burning device in the callback procedure, if I record on multiple burners in parallel and get information returned by the callback, how can I tell which piece of info is for which paticular burning device?
anton (staff) wrote:
You need to create two (or more) instances or burning device obect with StarBurn_CdvdBurnerGrabber_Create(Ex) and pass different pointers to different file tree (or whatever you burn) objects. And you'll record to multiple burners in parallel.