| 111 | // Called at end of streaming. Fixes times for property page report |
| 112 | |
| 113 | HRESULT 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. |
nothing calls this directly
no outgoing calls
no test coverage detected