Im writing a configuration program and I need to get a list of DVD MPEG-2 codecs on the machine. The same list you get from the program DecCheck
Eg. NVIDIA Video Decoder
Leadtek Video/SP Decoder
Is there any way to do this using managed code? I assume it might be a bit difficult for .NETs lack of DirectShow support. Perhaps I can use DirectShowLib or something, but it would be nice if I can do it in my own class without a dependancy even if I have to use p/invoke.
Eg. NVIDIA Video Decoder
Leadtek Video/SP Decoder
Is there any way to do this using managed code? I assume it might be a bit difficult for .NETs lack of DirectShow support. Perhaps I can use DirectShowLib or something, but it would be nice if I can do it in my own class without a dependancy even if I have to use p/invoke.