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 刻录组件?


- MoreLinq maxBy vs LINQ max + where 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- 输入按键事件处理程序 2022-01-01
- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01