What is a good dvd burning component for Windows or .Net?(什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?)
问题描述
我想将 DVD 刻录功能添加到我的 .Net 应用程序(在 Windows Server 2003 上运行),有什么好的组件可用吗?我使用了 Nero 附带的 NeroCOM sdk,但它们不再支持最新版本的 Nero 中的 sdk.我了解到微软已经为 Windows XP/2003 创建了一个 IMAPI2 升级,并且有一个 示例项目 在 CodeProject 但我自己没有使用过它,我不能说它使用起来有多容易/可靠.
I'd like to add dvd burning functionality to my .Net app (running on Windows Server 2003), are there any good components available? I've used the NeroCOM sdk that used to come with Nero but they no longer support the sdk in the latest versions of Nero. I learned that Microsoft has created an IMAPI2 upgrade for Windows XP/2003 and there is an example project at CodeProject but not having used it myself I can't say how easy/reliable it is to use.
我并不担心将音频/视频刻录到 DVD,因为这仅用于文件备份.
I'm not really worried about burning audio/video to DVD as this is for file backup purposes only.
推荐答案
我使用了codeproject中的代码 文章,效果很好.它是 IMAPI2 的一个很好的包装器,所以只要 IMAPI2 支持您需要做的事情,.NET 包装器就会做到.
I've used the code from the codeproject article and it works pretty well. It's a nice wrapper around the IMAPI2, so as longs as IMAPI2 supports what you need to do, the .NET wrapper will do it.
这篇关于什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:什么是适用于 Windows 或 .Net 的好的 dvd 刻录组件?
基础教程推荐
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- 如何激活MC67中的红灯 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- rabbitmq 的 REST API 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- c# Math.Sqrt 实现 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01