How to obtain CD information (burning speed, burning application etc.) in C#

432 Views Asked by At

I've got a C# application and I'd like to implement some functionality of Nero Info Tool. It shows a lot of information about CD, but I actually need only two properties: application that was used to burn CD and burning speed.

I found only examples of CD burning libs and suggestions to use SPTI. I'm looking for a simpler solution.

1

There are 1 best solutions below

1
On