Microsoft DirectX 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.)

See Also