Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
706
STDMETHODIMP CMpcVideoRenderer::Pause()
707
{
708
DLog(L
"CMpcVideoRenderer::Pause()"
);
709
710
m_filterState = State_Paused;
711
712
return CBaseVideoRenderer2::Pause();
713
}
714
715
STDMETHODIMP CMpcVideoRenderer::Stop()
716
{
Callers
nothing calls this directly
Calls
1
DLog
Function · 0.85
Tested by
no test coverage detected