Pause Method

Suspends title playback at the current position.

Syntax

MediaPlayer.Pause

Parameters

This method has no parameters.

Return Value

This method does not return a value.

Remarks

This method performs the same action as clicking the Pause button on the playbar.

If SendPlayStateChangeEvents is set to True, this command causes a PlayStateChange event to occur, if the file is playing.

When a file is paused, the client control does not give up any system resources, such as the audio device.

See Also

FastForward, FastReverse, Play, Stop,

© 1996-1998 Microsoft Corporation. All rights reserved.