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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top