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

Function SetSourcePosition

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

Source from the content-addressed store, hash-verified

204 STDMETHODIMP put_DestinationHeight(long DestinationHeight) { return E_NOTIMPL; }
205 STDMETHODIMP get_DestinationHeight(long *pDestinationHeight) { return E_NOTIMPL; }
206 STDMETHODIMP SetSourcePosition(long Left, long Top, long Width, long Height) { return E_NOTIMPL; }
207 STDMETHODIMP GetSourcePosition(long *pLeft, long *pTop, long *pWidth, long *pHeight);
208 STDMETHODIMP SetDefaultSourcePosition(void) { return E_NOTIMPL; }
209 STDMETHODIMP SetDestinationPosition(long Left, long Top, long Width, long Height);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected