IVPNotify Interface
Microsoft DirectShow 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.
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). |
Requirements
Header: Include Vptype.h, Vpnotify.h
Library: Use Strmiids.lib.
See Also