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


i know there several tools out there can detect type of cd/dvd protection. there library or code sample me information in c#?

cd , dvd copyright protection methods very different. far know, dvd has standardized copyright protection mechanism; dvd_copyright_descriptor structure , related api might helpful.

(you may end needing send commands directly dvd drive, since windows doesn't support every feature drive supports. take @ my c# scsi library if need that, , let me know if need features aren't implemented yet. :) )


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -