Microsoft Windows CE 3.0  

CBaseRenderer::IsStreaming

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Determines if the filter is streaming data.

BOOL IsStreaming(void);

Return Values

Returns TRUE if the renderer is rendering, or FALSE if it isn't.

Remarks

The default implementation returns m_bStreaming. In the base renderer class, "streaming" and "rendering" are used in the same context as "running".