I am gethering all hardware information for users is there any way to check if end user has MS Directshow available ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only time DirectShow maybe not be available is on a Win95 without DirectX installed. Since Win98 it is a default component of the system. It is also unavailable if you are writing a Win8 Metro app, here you need to use Media Foundation. But for Win8 Desktop apps it’s still available.
If you really really really want to test if it is available, then try to create a Filter Graph.
If
hris notS_OKorpGraphstillNULLthen it is not available.Or there is another possible time DirectShow or parts of it are not available: if someone has totally messed up his system and deregistered the needed COM dll’s!