Enumerate MPEG-2 Codecs

headkaze

Member
Joined
Sep 5, 2006
Messages
23
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.
 
Back
Top