IVMRVideoStreamControl::SetColorKey method (strmif.h)

The SetColorKey method sets the source color key that the VMR will use when compositing the video image.

Syntax

HRESULT SetColorKey(
  [in] LPDDCOLORKEY lpClrKey
);

Parameters

[in] lpClrKey

Specifies the source color key as a DDCOLORKEY type.

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Requirements

   
Minimum supported client Windows XP with SP1 [desktop apps only]
Minimum supported server Windows Server 2003 [desktop apps only]
Target Platform Windows
Header strmif.h (include Dshow.h)
Library Strmiids.lib

See also

IVMRVideoStreamControl Interface

IVMRVideoStreamControl::GetColorKey

Using the Video Mixing Renderer