Documentation Roadmap


The Microsoft® DirectShow™ SDK documentation is delivered in HTML format (which you can read by using a browser) and in .ivt format (which you can read using Microsoft InfoViewer). The Microsoft Developer Network (MSDN) Library and Microsoft Visual C++®, as well as other Microsoft products, install InfoViewer for you.

When you install the DirectShow SDK, the HTML documentation is always installed. The HTML start page, Start.htm, is available in the main installation directory (Dxmedia by default). If the DirectShow installation finds InfoViewer on your computer, it also installs and registers the .ivt documentation. The next time you open InfoViewer (through Visual C++, MSDN, or another program) the DirectShow SDK documentation will be available under the "DirectX Media SDK" heading.

The DirectShow SDK documentation contains general sections that provide information useful to everyone, and sections that apply to particular tasks. Getting Started and DirectShow Basics contain high-level information useful to everyone. ActiveMovie Control, Application Developer's Guide, and Filter's Developer's Guide contain procedures and technical information specific to their respective topics. Multimedia Streaming describes the simplified streaming interfaces that enable developers to interface to a stream without creating a custom renderer or source filter. DirectDrawEx describes the DirectDrawEx dynamic-link library, which extends the current functionality of DirectDraw. Filters and Samples contains a brief description of the filters and sample applications shipped with DirectShow. C/C++ Reference is the DirectShow Reference. Appendixes contain supplemental information to the reference, and Glossary defines DirectShow terms.

See What Background Do You Need? to find out what background different tasks require.

Contents of this article:

To help you find the information you need, the following list describes the content of each section in the DirectShow documentation and when you will typically use it.

Where Can I Learn About...

This section tells you where to find information in the DirectShow documentation about specific tasks and topics. Also see the "Frequently Asked Questions" section for answers to common questions.

Q. Where should I begin reading in the DirectShow documentation?

A. Read for an overview and then read the articles in the and sections that match your interest. See Debugging with DirectShow for debugging information.

Q: Where can I find information about capture?

A: See the following capture topics.

DirectShow provides the following capture-related filters. The video renderer is often used for purposes other than capture.

Capture-related interfaces:

Q. Where can I find information about playing back movies using the C or C++ language?

A. Read Play a Movie from C++ in the .

Q. Where can I find information about playing back movies using Microsoft® Visual Basic®?

A. If you are using the ActiveMovie Control, see Using the ActiveMovie Control in Visual Basic. If you are constructing or controlling a filter graph with Visual Basic, see Constructing Filter Graphs Using Visual Basic and Controlling Filter Graphs Using Visual Basic in the section.

Q. Where can I find information about playing back movies from a Web page?

A. Read Using the ActiveMovie Control in HTML Pages in the section.

Q. Where can I find a class hierarchy diagram for the DirectShow base classes?

A. Each class in the section has its own class hierarchy diagram at the top of its opening page.

Q. Where can I find information about the filters shipped with DirectShow?

A. For a description of each of the filters included with the DirectShow run time, as well as the sample filters included with the SDK, see . When the SDK is installed, all sample filters are built and registered.

How to Get More Information

You can find most of the information you need beyond a knowledge of your particular programming language and the DirectShow documents themselves in the Platform SDK, available in the Microsoft Developer Network. See http://www.microsoft.com/msdn/ for more information.

COM Overview and DirectShow and COM can give you an introduction to Component Object Model (COM), and this might suffice for many development tasks in DirectShow. If you need more information, see the "COM" section in the Platform SDK, or an introductory book such as Understanding ActiveX OLE by David Chappell.

For more information about DirectDraw or DirectSound, see the Microsoft DirectX® SDK documentation in the Platform SDK.

For more information about multimedia in general, see the "Graphics and Multimedia Services" section in the Platform SDK.

For more information about Microsoft Windows® messaging, see the "Win32 Messages" section in the "Reference" portion of the Platform SDK.

For more information about media control interface (MCI), see the "MCI" section in the Platform SDK.

For more information about C/C++ programming, read the product documentation for your C/C++ compiler (such as the Microsoft Visual C++® documentation), or a standard C or C++ programming book. For more information about Visual Basic programming, read the Visual Basic product documentation.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.