Share via


CBaseRenderer::CheckReady

 
Microsoft DirectShow 9.0

CBaseRenderer::CheckReady

The CheckReady method queries whether a state transition is complete.

Syntax

  BOOL CheckReady(void);

Return Value

Returns TRUE if the state transition is complete, or FALSE if the filter is still transitioning to a new state.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also