IMixerPinConfig2::SetOverlaySurfaceColorControls
Microsoft DirectShow 9.0 |
IMixerPinConfig2::SetOverlaySurfaceColorControls
Sets the color control settings associated with the specified overlay surface.
Syntax
HRESULT SetOverlaySurfaceColorControls( LPDDCOLORCONTROL pColorControl );
Parameters
pColorControl
[in] Address of a pointer to the DDCOLORCONTROL structure containing the new values to be applied to the specified surface.
Return Value
Returns an HRESULT value. If the allocator on the pin is not using an overlay surface, the method returns E_FAIL.
Requirements
Header: Include Mpconfig.h.
Library: Use Strmiids.lib.
See Also