MCPcopy Create free account
hub / github.com/Aleksoid1978/VideoRenderer / GetBackgroundColor

Method GetBackgroundColor

Source/VideoProcessor.cpp:374–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

372}
373
374STDMETHODIMP CVideoProcessor::GetBackgroundColor(COLORREF *lpClrBkg)
375{
376 CheckPointer(lpClrBkg, E_POINTER);
377 *lpClrBkg = RGB(0, 0, 0);
378 return S_OK;
379}
380
381// IMFVideoMixerBitmap
382

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected