Ok, thank. Just one more thing to clarify...
anton (staff) wrote:
1) DVD+RW media does not have "test burn" feature. At all
Does this mean that the media type is the only thing I need to know to understand if inserted media supports test burning? If yes, then could you please verify if the following table is correct or not? In the table I put [+] for the media type which I think supports test burning and [-] for which test burning is not supported.
Code:
[-] DISC_TYPE_CDROM //CD-ROM
[+] DISC_TYPE_CDR //CD-R
[-] DISC_TYPE_CDRW //CD-RW
[-] DISC_TYPE_DVDROM, // DVD-ROM
[+] DISC_TYPE_DVDR, // DVD-R
[+] DISC_TYPE_DVDRAM, // DVD-RAM
[-] DISC_TYPE_DVDRWRO, // DVD-RW RO
[-] DISC_TYPE_DVDRWSR, // DVD-RW SR
[-] DISC_TYPE_DVDPLUSRW, // DVD+RW
[-] DISC_TYPE_DDCDROM, // DD CD-ROM
[+] DISC_TYPE_DDCDR, // DD CD-R
[-] DISC_TYPE_DDCDRW, // DD CD-RW
[+] DISC_TYPE_DVDPLUSR, // DVD+R
[+] DISC_TYPE_DVDPLUSR_DL, // DVD+R DL
[+] DISC_TYPE_DVDR_DL, // DVD-R DL
[-] DISC_TYPE_BDROM, // BD-ROM (Blu-Ray ROM)
[+] DISC_TYPE_BDR, // BD-R
[+] DISC_TYPE_BDRE, // BD-RE
[-] DISC_TYPE_HDDVDROM, // HD-DVD ROM
[+] DISC_TYPE_HDDVDR, // HD-DVD Recordable
[-] DISC_TYPE_HDDVDRW // HD-DVD ReWritable
I have searched through the docs for StarBurn SDK and did not found API which can be used to retrieve info about test burning mode support. Just want to be sure that I didn't miss it and explicity checking inserted media type is the only way to make a decision if the media supports test burning.
Thanks,
Vladimir