IVMRMixerControl9::SetBackgroundClr

 
Microsoft DirectShow 9.0

IVMRMixerControl9::SetBackgroundClr

The SetBackgroundClr method sets the background color on the output rectangle.

Syntax

  HRESULT SetBackgroundClr(
  COLORREF  ClrBkg
);

Parameters

ClrBkg

[in]  Specifies the background color.

Return Values

The method returns an HRESULT. Possible values include those in the following table.

Value Description
S_OK The method succeeded.

Requirements

Header: Include D3d9.h, Vmr9.h.

Library: Use Strmiids.lib.

See Also