Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
236 views

Java library to burn & print light scribe cd

Do you know if exists a good Java library to burn & print light scribe cd, if possible free or yet best open source Have you already used some of them? It's possible to print either text and ...
1
vote
0answers
58 views

Detecting format of raw burned data which was burn as CDDA

Given a file containing raw data burned to a CD/DVD, I'm trying to figure out which format was used (i.e. ISO, UDF, etc.). For example, I can detect the ISO9660 format because in the beginning of one ...
0
votes
1answer
441 views

How to instantiate MsftRawCDImageCreator?

I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks. From what I found, this has only recently been made possible using IMAPI, but should be possible ...
0
votes
1answer
295 views

How to burn an Audio CD programmatically in Mac OS X

All the info I can find about burning cd's is for Windows, or about full programs to burn cd's. I would however like to be able to burn an Audio CD directly from within my program. I don't mind using ...