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

Method SetVideoProcessorMode

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

Source from the content-addressed store, hash-verified

278 STDMETHODIMP GetVideoProcessorCaps(LPGUID lpVideoProcessorMode, DXVA2_VideoProcessorCaps *lpVideoProcessorCaps) { return E_NOTIMPL; }
279 STDMETHODIMP GetVideoProcessorMode(LPGUID lpMode) { return E_NOTIMPL; }
280 STDMETHODIMP SetVideoProcessorMode(LPGUID lpMode) { return E_NOTIMPL; }
281 STDMETHODIMP GetProcAmpRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange);
282 STDMETHODIMP GetProcAmpValues(DWORD dwFlags, DXVA2_ProcAmpValues *Values);
283 STDMETHODIMP GetFilteringRange(DWORD dwProperty, DXVA2_ValueRange *pPropRange) { return E_NOTIMPL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected