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

Method OnStopStreaming

Source/renbase2.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111// Called at end of streaming. Fixes times for property page report
112
113HRESULT CBaseVideoRenderer2::OnStopStreaming()
114{
115 m_tStreamingStart = timeGetTime()-m_tStreamingStart;
116 return NOERROR;
117} // OnStopStreaming
118
119
120// Called when we start waiting for a rendering event.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected