IAMVideoDecimationProperties Interface

 
Microsoft DirectShow 9.0

IAMVideoDecimationProperties Interface

The IAMVideoDecimationProperties interface controls how the Overlay Mixer performs video decimation

If a video window is smaller than the native size of the video being displayed, the video renderer must decimate the incoming video—that is, scale the video down to the smaller size. Decimation can be performed in one of the following places.

  • The overlay hardware on the VGA chip.
  • The scaler built in to the video port (if the connection is through a video port).
  • The decoder supplying video to the renderer.

An application can call methods on this interface to select a particular decimation strategy, in order to optimize performance. However, most applications will have no occasion to use this interface. Unless your application is designed to support particular hardware, there is no reason to modify the Overlay Mixer filter's default behavior for decimation.

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

Method Description
QueryDecimationUsage Retrieves the current decimation strategy.
SetDecimationUsage Sets the decimation strategy.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.