积极答复者
请问C++如何实现DVD/CD刻录功能

问题
答案
-
Hao Yao<abbr class="affil">MSFT</abbr><abbr class="affil">, 版主</abbr>投票认定帖子内容有帮助
您好,
您可以参考
Burning CD/DVD Media with the Image Mastering API Version 2.0 (IMAPI2)
http://www.codeproject.com/KB/winsdk/IMAPI2.aspx
这个范例.它使用IMAPI2来实现.如果您使用的是XP,需要安装http://support.microsoft.com/kb/932716这个KB来调用IMAPI2
Cedar- 已标记为答案 XuesongGao 2010年8月10日 7:31
全部回复
-
可以用IMAPI调用Windows的刻录向导
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月22日 9:33
- 取消答案标记 XuesongGao 2010年7月23日 6:07
-
IDiscFormat2RawCD::SetWriteSpeed
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP- 已标记为答案 Yi Feng LiModerator 2010年7月22日 9:33
- 取消答案标记 XuesongGao 2010年7月23日 6:07
-
Hao Yao<abbr class="affil">MSFT</abbr><abbr class="affil">, 版主</abbr>投票认定帖子内容有帮助
您好,
您可以参考
Burning CD/DVD Media with the Image Mastering API Version 2.0 (IMAPI2)
http://www.codeproject.com/KB/winsdk/IMAPI2.aspx
这个范例.它使用IMAPI2来实现.如果您使用的是XP,需要安装http://support.microsoft.com/kb/932716这个KB来调用IMAPI2
Cedar- 已标记为答案 XuesongGao 2010年8月10日 7:31
-
为什么需要提高运行时间?
先刻录到镜像文件看看。
The following is signature, not part of post
Please mark the post answered your question as the answer, and mark other helpful posts as helpful, so they will appear differently to other users who are visiting your thread for the same problem.
Visual C++ MVP -
解决文件数量较多情况下的刻录速度的问题,将刻录的所有文件作为镜像,然后将镜像文件写入到DVD中。
请参考下面的博文:
文件数量较多的情况下如何提高刻录速度(调用IMAPI2实现DVD刻录功能)
Cedar