SDK编写的DVDSDK、DVD

2023-09-03 15:19:47 作者:萧歌一曲诉离殇

我需要添加DVD刻录功能,我工作的一个应用程序。然而,它需要能够写出正在从相机抓起活,在一段长时间的文件。我不能等到所有的文件被抓获之前,我开始将其写入到DVD,我需要为我跟着去写出来的大块。

我已经看了 IMAPI v2的 ,但主要的问题似乎是,你需要把它指向你计划在开始刻录之前写入到磁盘中的文件。我知道它有概念的会议,这意味着你可以写入DVD的几个部分,在你终于关闭了。

不过,我想知道是否有任何其他DVD刻录SDK的,让你不断地将文件写入到DVD,并在那些只在内存中的特定文件。这将是更有效的,如果我没有写拍摄的图像输出到硬盘它们刻录到DVD之前。

该解决方案需要在.NET下工作在Windows XP和Vista 解决方案

在普里莫刻录引擎对于.NET很好地工作。

I need to add DVD writing functionality to an application I'm working on. However it needs to be able to write out files that are being grabbed "live" from a camera, over a long period of time. I can't wait until all the files are captured before I start writing them to the DVD, I need to write them out in chunks as I go along.

I've looked at IMAPI v2, but the main problems seems to be that you need to point it to all the files you plan to write out to disk before you start the burning process. I know it has to concept of "sessions", which means you can write to the DVD in several parts, before you finally "close" it.

BCM56XXSDK编程手册 网络设备文档类资源 CSDN下载

But I was wondering if there were any other DVD writing SDK's that allow you to be constantly writing files to a DVD and in particular files that are only in memory. It would be more efficient if I didn't have to write the captured images out to hard before they are burned to DVD.

The solution needs to work under .NET on Windows XP and vista

解决方案

The Primo burning engine for .Net works nicely.