PDA

View Full Version : DirectShow: Host App Example?



zittwaredotcom
28-08-2003, 07:50 AM
I'm new to DirectX programming; so I'm not sure where to start.

Does anyone have any Delphi Examples showing how to use the DirectShow inferface for ?Filters?.

Basically, I want / need to use plug-ins like these:
http://www.thedirectxfiles.com/plugins.htm

From within my Delphi Application. I want to be able to send in the data... have one or more of these plugins "operate" on the data... and then save the data off to the Hard Drive.

Does anyone have some pointers on how to make my Delphi application a "host" for the plug-ins?

I've already downloaded the Delphi-Jedi DirectX9 headers... just not sure where to start.

John