Microsoft DirectX 9.0 |
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.
See Also