Microsoft DirectX 9.0

IAMDecoderCaps Interface

The IAMDecoderCaps interface should be implemented by MPEG decoder filters to inform other components about their capabilities. The capabilities reported through this interface include whether the decoder supports the Video Mixing Renderer filter and whether it supports DirectX Video Acceleration.

Some DirectShow components, such as the DVD Graph Builder, use this interface to determine the correct filter graph to build. Applications might use this interface to query the decoder's capabilities.

In addition to the methods inherited from IUnknown, the IAMDecoderCaps interface exposes the following method.

Method Description
GetDecoderCaps Queries the decoder for its capabilities.

See Also