DirectShow Quick Reference Guide
|
![]() ![]() ![]() |
· | read files
|
· | get video from a video capture device
|
· | decode various stream formats, such as MPEG-1 video
|
· | pass data to the graphics or sound card
|
· | The application creates an instance of the Filter Graph Manager.
|
· | The application uses the Filter Graph Manager to build a filter graph. The exact set of filters in the graph will depend on the application.
|
· | The application uses the Filter Graph Manager to control the filter graph and stream data through the filters. Throughout this process, the application will also respond to events from the Filter Graph Manager.
|
· | The application queries the interfaces exposed by the filters and uses their methods to control the properties of the filters.
|
· | When processing is completed, the application releases the Filter Graph Manager and all of the filters.
|
|