Share via


IVPNotify Interface (Windows Embedded CE 6.0)

1/6/2010

This interface enables you to control the properties of a filter that uses a video port.

This interface derives from the IVPBaseNotify interface.

See also IVPBaseConfig and IVPConfig.

When to Implement

The Overlay Mixer filter implements this interface so you will not need to implement it in most cases.

Implement this interface when you need to alter the default behavior.

When to Use

Use this interface in your application when you need to access video port properties.

Methods in Vtable Order

The following tables show the methods that appear in the Vtable beneath the standard COM methods inherited from IUnknown.

IVPBaseNotify method Description

RenegotiateVPParameters

Initializes the connection to the decoder.

IVPNotify method Description

SetDeinterlaceMode

Sets the deinterlacing mode (such as bob or weave).

GetDeinterlaceMode

Retrieves the deinterlacing mode (such as bob or weave).

SetColorControls

Sets the color control settings associated with the specified overlay or primary surface.

GetColorControls

Retrieves the current color control settings associated with the specified overlay or primary surface.

Requirements

Windows Embedded CE Windows CE 2.12 and later
Note Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements
For more information, see Setting Up the Build Environment

See Also

Reference

DirectShow Interfaces