Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stops the transition playback.
Syntax
HRESULT retVal = object.Stop();
Parameters
This method has no parameters.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If playing, this method stops playback and sets progress to the end (1.0) of the transition. The HTMLFrameSiteEvents::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.