IMixerOCXNotify Interface

 
Microsoft DirectShow 9.0

IMixerOCXNotify Interface

The IMixerOCXNotify interface is implemented by clients and called by the Overlay Mixer to send notifications of events affecting the video display rectangle.

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

Method Description
OnDataChange Notifies the client when the video rectangle's aspect ratio or size, or the display palette, has changed.
OnInvalidateRect Notifies the client that the video rectangle has been invalidated.
OnStatusChange Notifies the client that a status change has occurred.

Requirements

Header: Include Mixerocx.h.

Library: Use Strmiids.lib.

See Also