Microsoft DirectX 9.0

IVPNotify Interface

Supports a private communication mechanism between the Overlay Mixer filter and a VPE decoder filter that represents a hardware decoder. This interface derives from IVPBaseNotify.

Only the Overlay Mixer filter implements this interface. Applications should never use it.

Requirements

Requires Vptype.h, Vpnotify.h.

In addition to the methods inherited from IVPBaseNotify, the IVPNotify interface exposes the following methods.

Method Description
SetDeinterlaceMode Sets the deinterlacing mode (such as bob or weave).
GetDeinterlaceMode Retrieves the deinterlacing mode (such as bob or weave).

See Also