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

Method SetFilteringValue

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

Source from the content-addressed store, hash-verified

283 STDMETHODIMP GetFilteringRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange) { return E_NOTIMPL; }
284 STDMETHODIMP GetFilteringValue(DWORD dwProperty, DXVA2_Fixed32 *pValue) { return E_NOTIMPL; }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected