CBaseRenderer::SetRepaintStatus (Compact 2013)

3/26/2014

Resets the m_bRepaintStatus flag when EC_REPAINT has been signaled to the filter graph.

Syntax

void SetRepaintStatus(
  BOOL bRepaint
);

Parameters

  • bRepaint
    Boolean value assigned to the m_bRepaintStatus flag.

Return Value

None.

Remarks

The m_bRepaintStatus flag ensures that the filter graph is not flooded with redundant calls. After an EC_REPAINT message is sent, no more are sent until the renderer receives data.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBaseRenderer Class