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

Function IsUsingDefaultSource

Source/VideoRenderer.h:215–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 STDMETHODIMP GetVideoPaletteEntries(long StartIndex, long Entries, long *pRetrieved, long *pPalette) { return E_NOTIMPL; }
214 STDMETHODIMP GetCurrentImage(long *pBufferSize, long *pDIBImage);
215 STDMETHODIMP IsUsingDefaultSource(void) { return E_NOTIMPL; }
216 STDMETHODIMP IsUsingDefaultDestination(void) { return E_NOTIMPL; }
217
218 // IBasicVideo2

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected