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

发布于 2024-10-17 18:24:30 字数 60 浏览 7 评论 0原文

我知道有几种工具可以检测 CD/DVD 保护的类型。 是否有库或代码示例可以帮助我在 C# 中获取此信息?

I know there are several tools out there that can detect the type of CD/DVD protection.
Is there a library or code sample that will help me get this information in C#?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

巴黎盛开的樱花 2024-10-24 18:24:30

CD和DVD的版权保护方法非常不同。据我所知,只有DVD有标准化的版权保护机制; DVD_COPYRIGHT_DESCRIPTOR 结构和相关 API 可能会有所帮助。

(您最终可能需要直接向 DVD 驱动器发送命令,因为 Windows 并不支持驱动器支持的所有功能。请查看 我的 C# SCSI 库(如果您需要这样做),如果您需要尚未实现的功能,请告诉我。:) )

CD and DVD copyright protection methods are very different. As far as I know, only DVD has any standardized copyright protection mechanism; the DVD_COPYRIGHT_DESCRIPTOR structure and related API might be helpful.

(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. :) )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文