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

Method Pause

Source/VideoRenderer.cpp:706–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

704}
705
706STDMETHODIMP CMpcVideoRenderer::Pause()
707{
708 DLog(L"CMpcVideoRenderer::Pause()");
709
710 m_filterState = State_Paused;
711
712 return CBaseVideoRenderer2::Pause();
713}
714
715STDMETHODIMP CMpcVideoRenderer::Stop()
716{

Callers

nothing calls this directly

Calls 1

DLogFunction · 0.85

Tested by

no test coverage detected