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 刻录组件?
基础教程推荐
- 从 C# 控制相机设备 2022-01-01
- SonarQube C# 分析失败“不是指针的有效行偏移" 2022-01-01
- 重新排序 WPF TabControl 中的选项卡 2022-01-01
- C# 9 新特性——record的相关总结 2023-04-03
- 获取C#保存对话框的文件路径 2022-01-01
- 在 VB6 或经典 ASP 中使用 .NET 2022-01-01
- 如果条件可以为空 2022-01-01
- 更新 Visual Studio 中的 DataSet 结构以匹配新的 SQL 数据库结构 2022-01-01
- 将数据集转换为列表 2022-01-01
- Mono https webrequest 失败并显示“身份验证或解密失败" 2022-01-01
