次の方法で共有


CBaseRenderer::IsStreaming (Compact 2013)

3/26/2014

Determines if the filter is streaming data.

Syntax

BOOL IsStreaming(void);

Parameters

None.

Return Value

Returns TRUE if the renderer is rendering, or FALSE if it is not.

Remarks

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

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class