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

Method Stop

Source/VideoRenderer.cpp:715–728  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715STDMETHODIMP CMpcVideoRenderer::Stop()
716{
717 DLog(L"CMpcVideoRenderer::Stop()");
718
719 m_filterState = State_Stopped;
720 m_bValidBuffer = false;
721
722 {
723 CAutoLock cRendererLock(&m_RendererLock);
724 m_VideoProcessor->Flush();
725 }
726
727 return CBaseVideoRenderer2::Stop();
728}
729
730#if _DEBUG
731std::wstring PropSetAndIdToString(REFGUID PropSet, ULONG Id)

Callers

nothing calls this directly

Calls 2

DLogFunction · 0.85
FlushMethod · 0.45

Tested by

no test coverage detected