IMixerPinConfig2 interface (mpconfig.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

The IMixerPinConfig2 interface is exposed on the input pins of the Overlay Mixer and contains methods that manipulate video color controls, if the VGA chip supports it.

This interface derives from the IMixerPinConfig interface.

Applications use this interface to get and set video color controls when mixing multiple video streams.

Inheritance

The IMixerPinConfig2 interface inherits from IMixerPinConfig. IMixerPinConfig2 also has these types of members:

Methods

The IMixerPinConfig2 interface has these methods.

 
IMixerPinConfig2::GetOverlaySurfaceColorControls

The GetOverlaySurfaceColorControls method retrieves the color control settings associated with the specified overlay surface.
IMixerPinConfig2::SetOverlaySurfaceColorControls

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

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header mpconfig.h

See also

IMixerPinConfig