Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This section describes some advanced aspects of video capture in DirectShow. Most of the issues described in this section are automatically handled by the ICaptureGraphBuilder2 interface. However, the information here may be useful if you need to troubleshoot a video capture application. You should also read this section if your application builds a custom capture graph of some kind and you find that ICaptureGraphBuilder2does not suit your needs.
It is possible to build a video capture graph entirely using IGraphBuilder Interfacemethods. You can also combine them, using ICaptureGraphBuilder2for some tasks and IGraphBuilderfor others.
This section contains the following topics:
-
Handling Repaint
Events in Video Capture
-
Working with Pin
Categories
-
Using the Smart
Tee Filter
-
Replacing the
WMV ASF Writer with a custom filter