All Questions
Tagged with imapi dvd-burning
3 questions
1
vote
1
answer
820
views
What is the Windows API to use a disc as a Live File System?
I have developed a CD Burning Application with C++ using Windows IMAPI.
However, now I want my disc to be able to function like Live File System (Like USB).
Basically, I want to have the ...
1
vote
1
answer
660
views
How to asynchronously write CD/DVD using IMAPI?
I have been told to write a software to burn a CD synchronously/asynchronously as per user choice. I am using IMAPIv2 with C# for the project, and it does not provide the functionality explicitly to ...
3
votes
2
answers
2k
views
How to retrieve and set burn speed using IMAPI2?
Does anyone know how to set CD/DVD burn speed (e.g. 4x, 10x) using IMAPI2?
Also, I first need to get the speeds supported by the media. How can I retrieve them?