MobileMoviePlayer.Pause

From Xojo Documentation

Method

MobileMoviePlayer.Pause()

New in 2020r2

Supported for all project types and targets.

Pauses playback of the movie.

Notes

Playback can be resumed by calling the Play method.

Sample Code

Pause the playback of the movie in the MoviePlayer1 control:

MoviePlayer1.Pause

See Also

Play method.