Microsoft DirectX 9.0 |
IVPConfig must be implemented by any filter that wraps a hardware decoder with a video port. This enables the Overlay Mixer, through its IVPNotify interface, to set and retrieve configuration information on the video port regarding the video memory on the display adapter. This interface derives from IVPBaseConfig.
Applications never use this interface.
Requirements
Requires Dvp.h, Vptype.h, Vpconfig.h.
In addition to the methods inherited from IVPBaseConfig, the IVPConfig interface exposes the following methods.
Method | Description |
IsVPDecimationAllowed | Given the context, retrieves whether scaling at the video port is possible. |
SetScalingFactors | Sets the factors by which the decoder should scale the video stream. |
See Also