ICSSFilterDispatch::Stop Method
Stops the transition playback.
Syntax
HRESULT Stop(VOID);
Return Value
Returns S_OK if successful, or an error value otherwise.
Remarks
If playing, this method stops playback and sets progress to the end (1.0) of the transition. The onfilterchange event is not fired when the user calls ICSSFilterDispatch::Stop on a transition that's currently playing.
If using two inputs, this method disables the filter. Call ICSSFilterDispatch::Apply again to re-enable the filter.