Directshow.

  • Thread starter Thread starter Twoofakind
  • Start date Start date
T

Twoofakind

I need to create an instance of a IBaseFilter with a custom filter.
Can anyone help?
 
comobj = Activator.CreateInstance(TypeFromCLSID);
IBaseFilter filter=(IBaseFilter)comobj;
This is what I am trying to do. Hope this doesnt confuse you.
Please Help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top