Share via


CBaseVideoRenderer::OnStopStreaming (Compact 2013)

3/26/2014

Called at the end of streaming to fix times for the property page report.

Syntax

HRESULT OnStopStreaming(void);

Parameters

None.

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.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseVideoRenderer Class