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

Function put_SourceLeft

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

Source from the content-addressed store, hash-verified

188 STDMETHODIMP get_VideoWidth(long *pVideoWidth) { return E_NOTIMPL; }
189 STDMETHODIMP get_VideoHeight(long *pVideoHeight) { return E_NOTIMPL; }
190 STDMETHODIMP put_SourceLeft(long SourceLeft) { return E_NOTIMPL; }
191 STDMETHODIMP get_SourceLeft(long *pSourceLeft) { return E_NOTIMPL; }
192 STDMETHODIMP put_SourceWidth(long SourceWidth) { return E_NOTIMPL; }
193 STDMETHODIMP get_SourceWidth(long *pSourceWidth) { return E_NOTIMPL; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected