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

Method SetBackgroundColor

Source/VideoProcessor.h:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 STDMETHODIMP SetFilteringValue(DWORD dwProperty, DXVA2_Fixed32 *pValue) { return E_NOTIMPL; }
286 STDMETHODIMP GetBackgroundColor(COLORREF *lpClrBkg);
287 STDMETHODIMP SetBackgroundColor(COLORREF ClrBkg) { return E_NOTIMPL; }
288
289 // IMFVideoMixerBitmap
290 STDMETHODIMP ClearAlphaBitmap() override;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected