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

Method Clear

Source/VideoRenderer.cpp:1578–1582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1576// ISubRenderConsumer2
1577
1578STDMETHODIMP CMpcVideoRenderer::Clear(REFERENCE_TIME clearNewerThan /* = 0 */)
1579{
1580 DLog(L"ISubRenderConsumer2::Clear");
1581 return m_pSubPicQueue->Invalidate(clearNewerThan);
1582}
1583
1584// ISubRenderConsumer
1585

Callers 4

ReleaseVideoProcessorMethod · 0.45
CleanSamplesMethod · 0.45
ReleaseVideoProcessorMethod · 0.45
SetInputVideoDataMethod · 0.45

Calls 2

DLogFunction · 0.85
InvalidateMethod · 0.45

Tested by

no test coverage detected