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

Method Run

Source/VideoRenderer.cpp:692–704  ·  view source on GitHub ↗

IMediaFilter

Source from the content-addressed store, hash-verified

690
691// IMediaFilter
692STDMETHODIMP CMpcVideoRenderer::Run(REFERENCE_TIME rtStart)
693{
694 DLog(L"CMpcVideoRenderer::Run()");
695
696 if (m_State == State_Running) {
697 return NOERROR;
698 }
699
700 CAutoLock cVideoLock(&m_InterfaceLock);
701 m_filterState = State_Running;
702
703 return CBaseVideoRenderer2::Run(rtStart);
704}
705
706STDMETHODIMP CMpcVideoRenderer::Pause()
707{

Callers

nothing calls this directly

Calls 1

DLogFunction · 0.85

Tested by

no test coverage detected