SDK for writing DVD's [closed]

寵の児 提交于 2019-12-04 22:01:48

The Primo burning engine for .Net works nicely.

Generally you have to have your data ready before you start writing a session. What you could do is grab the first image before starting the first session and then grabbing the rest in the background and write new sessions as they've been paged down.

Also, vbAccelerator has a great IMAPI Wrapper for .NET

Format your optical media to a Live File System (Incremental Packet Writing instead of using a mastered disc format with IMAPIv2) and then you will be able to add any file just using i.e. CopyFile without creating new sessions.

This way you will not waste lead-in/lead-out space each time you want to add a new file in a new session...

Notice that to ensure compatibility of disks created on Windows Vista, UDF 2.01 or lower should be selected.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!