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

Method OnStartStreaming

Source/renbase2.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102// may already have been drawn once as a poster frame while we were paused)
103
104HRESULT CBaseVideoRenderer2::OnStartStreaming()
105{
106 ResetStreamingTimes2();
107 return NOERROR;
108} // OnStartStreaming
109
110
111// Called at end of streaming. Fixes times for property page report

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected