CBaseRenderer::Ready
Microsoft DirectShow 9.0 |
CBaseRenderer::Ready
The Ready method signals that a state transition is complete.
Syntax
void Ready(void);
Remarks
This method causes the CBaseRenderer::GetState method to return S_OK, which indicates that the filter has completed the transition to its current state. The filter calls this method whenever it completes a state transition.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also