MCPcopy Create free account
hub / github.com/Nevcairiel/LAVFilters / DoCompleteHandling

Method DoCompleteHandling

common/baseclasses/amextra.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93// Do stuff to deliver end of stream
94
95void CRenderedInputPin::DoCompleteHandling()
96{
97 ASSERT(m_bAtEndOfStream);
98 if (!m_bCompleteNotified)
99 {
100 m_bCompleteNotified = TRUE;
101 m_pFilter->NotifyEvent(EC_COMPLETE, S_OK, (LONG_PTR)(IBaseFilter *)m_pFilter);
102 }
103}

Callers

nothing calls this directly

Calls 1

NotifyEventMethod · 0.80

Tested by

no test coverage detected