Writing a DirectShow Application (Windows CE 5.0)
A typical DirectShow application performs these three basic steps:
- Creates an instance of the Filter Graph Manager, using the CoCreateInstance function.
- Uses the Filter Graph Manager to build a filter graph. (You might use other DirectShow helper as well.)
- Controls the filter graph and responds to events.
To get started with DirectShow, read Playing a Media File. It presents a simple console application that plays a file. This application is the DirectShow equivalent of the classic Hello World program. Setting the Video Window and Responding to Events expand the program into a simple Windows application.
See Also
Introduction to DirectShow Application Programming
Send Feedback on this topic to the authors