简体   繁体   English

我可以在C#中获得CD / DVD上的复制保护类型吗?

[英]Can I get the type of copy protection on a CD/DVD in C#?

I know there are several tools out there that can detect the type of CD/DVD protection. 我知道有几种工具可以检测CD / DVD保护的类型。 Is there a library or code sample that will help me get this information in C#? 是否有库或代码示例可以帮助我在C#中获取此信息?

CD and DVD copyright protection methods are very different. CD和DVD的版权保护方法非常不同。 As far as I know, only DVD has any standardized copyright protection mechanism; 据我所知,只有DVD具有任何标准化的版权保护机制; the DVD_COPYRIGHT_DESCRIPTOR structure and related API might be helpful. DVD_COPYRIGHT_DESCRIPTOR结构和相关的API可能会有所帮助。

(You may end up needing to send commands directly to the DVD drive, since Windows doesn't support every feature a drive supports. Take a look at my C# SCSI Library if you need to do that, and let me know if you need features that aren't implemented yet. :) ) (您可能最终需要直接将命令发送到DVD驱动器,因为Windows并不支持驱动器支持的所有功能。如果需要,请查看我的C#SCSI库 ,并告诉我是否需要功能。还没有实现。:))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM