Microsoft DirectX 9.0 |
The OnStopStreaming method is called at the end of streaming to fix times for the property page report.
Syntax
HRESULT OnStopStreaming(void);
Return Value
Returns an HRESULT value.
Remarks
This member function is called twice, once when pausing and again when the stream is actually stopped.
This member function overrides CBaseRenderer::OnStopStreaming.
See Also