Hello,
My Starburn-based application works well on DVD+/-RW discs. I am now experimenting with using the newer multi-mode drives like the Sony DRX-830U to support DVD-RAM as well. For the most part I just use normal Win32 File I/O APIs (CopyFile, etc) for DVD-RAM discs. However, I've run into a bit of a problem when using DVD-RAM discs that are unformatted.
My previous experience with DVD-RAM discs was that they were all pre-formatted by the manufacturer, but for whatever reason these Panasonic LM-HB47LU discs seem to have no file system out of the package. Windows Explorer gives me the option to manually format by pulling up DVDForm -- an application I may have installed along time ago. That's not useful anyhow as I need my application to automatically detect unformatted DVD-RAM discs and format them to either UDF1.5/2.0 or FAT32.
So, my questions are:
* How can I detect that the disc is unformatted through StarBurn SDK?
* How do I format the disc in UDF1.5/2.0 or FAT32 through StarBurn SDK?
* Are there other Win32 APIs I haven't uncovered that would do either of the above instead of Starburn?
I am using StarBurn_CdvdBurnerGrabber_Blank() to format DVD-RW discs, just not sure if that also works on DVD-RAM and what file system would be selected.
Ideally the solution will not require any special drivers other than StarBurn SDK itself and should work across Windows XP, 2000, 2003.
Thanks!
Chris
|