Stop (Windows Media Player)
A version of this page is also available for
4/8/2010
This method stops playback of the current clip.
Compatibility: Windows Media Player, ActiveMovie
Syntax
MediaPlayer.Stop( )
Return Value
None.
Remarks
If the value of the SendPlayStateChangeEvents property is true and the file is not currently stopped, calling this method causes a PlayStateChange event to occur.
Calling this method results in the following behavior:
- If the file is seekable, the current position does not change. It is identical to calling the Pause method.
- If the file is not seekable, the current position is changed to zero: the beginning of the clip.
- If the AutoRewind property is set to TRUE, the current position is set to the beginning of the clip.
This behavior is different than pressing the stop button on the Windows Media Player application, which always resets the current position to zero. To halt a play operation without changing the current position no matter how the file is encoded, use the Pause method.
This method causes the Windows Media Player control to release any system resources it is using, such as the audio device.
This method also resets the Rate property to the default value of 1.0.
ActiveMovie compatibility mode is only supported through Windows CE .NET 4.1.
Requirements
Windows Embedded CE | Windows CE 3.0 and later |
See Also
Reference
Windows Media Player Methods
FastForward
FastReverse
Pause (Windows Media Player)
Play (Windows Media Player)
Run (Windows Media Player)