IVMRMixerControl9::GetBackgroundClr
Microsoft DirectShow 9.0 |
IVMRMixerControl9::GetBackgroundClr
The GetBackgroundClr method gets the current background color on the output rectangle.
Syntax
HRESULT GetBackgroundClr( COLORREF* lpClrBkg );
Parameters
lpClrBkg
[in] Pointer to a variable that receives 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