CBaseRenderer::NotReady
Microsoft DirectShow 9.0 |
CBaseRenderer::NotReady
The NotReady method signals that a state transition is not yet complete.
Syntax
void NotReady(void);
Remarks
This method causes the CBaseRenderer::GetState method to return VFW_S_STATE_INTERMEDIATE, which indicates that the filter is still transitioning to its current state. The filter calls this method whenever a state transition is pending. (This occurs when the filter pauses, until it receives a sample.)
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also