Microsoft DirectX 9.0

IVPManager Interface

The IVPManager interface is implemented on the Video Port Manager (VPM). The interface provides methods for applications to specify and retrieve indexes for ports when there are multiple video ports on a system, and to specify and retrieve the rectangle used by the video port. Currently, only the two index-related methods are implemented.

In addition to the methods inherited from IUnknown, the IVPManager interface exposes the following methods:

Method Description
GetVideoPortIndex Returns the current video port index being used by the Video Port Manager.
GetVideoPortRects Currently not implemented. An optional method that is useful in some very specific cases and may be implemented by the Video Port Manager at a later date.
SetVideoPortIndex Instructs the Video Port Manager to connect to the specified video port.
SetVideoPortRects Specifies the source and destination rectangles for the currently selected video port.