Microsoft DirectX 8.1 (C++) |
The Microsoft® DirectShow® SDK samples are divided into categories according to functionality:
The base classes are a set of C++ classes that are useful for creating filters, manipulating media types, and performing other DirectShow tasks.
Note Many of the DirectShow samples link to the base class library. You must build the library in order to build those samples.
The easiest way to build the samples is with the workspace file DShow.dsw, which is located in the DirectShow samples root directory. This workspace includes references to all of the sample project files.
Separate project files are also included for each sample, and you can use these to build, modify, or debug samples. If you build a sample this way, without using the DShow.dsw workspace, remember to build the base class library first.
See Also