Hi, I am trying to connect filters in DShow, there are two filters I want to add to my filter graph.
I know I can use system device enumerator (ICreateDevEnum) to enum all the filters in a category.
But, This method is not very convenient, because I have to enum all the category to get a particular filter.
Is there a better (faster or convenient) way to get a particular filter? (I mean by indicating GUID or filter name, etc. Not by enum all the category)
Thanks in advance.