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