MoviePlayer.Rate
From Xojo Documentation
Property (As Double )
aMoviePlayer.Rate = newDoubleValue
or
DoubleValue = aMoviePlayer.Rate
Supported for all project types and targets.
or
DoubleValue = aMoviePlayer.Rate
Supported for all project types and targets.
Sets the playback rate.
For example, the following values have these effects:
| Value | Description |
|---|---|
| 0 | Paused / stopped |
| 0.5 | Half normal playback rate |
| 1 | Normal playback rate |
| 2 | Double normal playback rate |
| -1 | Reverse normal playback rate |
Since Rate is a Double, other values, including values outside this range, will work.
