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.
 
Back
Top