Question

I would like to find some information about DVD+-VR with IMAPI2. I guess it is possible to create and burning DVD-VR with IMAPI2 but I can not find examples how to do.

Do you have some idea or some example code?

Thank you very much.

Was it helpful?

Solution

Have a look at the following C# codeproject articles:

  1. Burning and Erasing CD/DVD/Blu-ray Media with C# and IMAPI2, By Eric Haddan.
    Creating a tool with the basic functionality of Nero Burning Room.

  2. How to Create Optical File Images using IMAPIv2.0, By dmihailescu.
    Example on how to create and burn ISO image files.

  3. Creating Audio CDs using IMAPI2, By Eric Haddan.
    Shows how to use IDiscFormat2TrackAtOnce interface for creating audio CDs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top