| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected