seekVideoBackward
Rewind the video.
Address
/scene/seekVideoBackward [seconds]
Arguments
Type | Description | |
---|---|---|
argument 1 | Int | Rewind time, in ms |
Example
Rewind the video by 5 seconds.
/scene/seekVideoBackward 5000
Note: Floating point numbers will be rounded down.
/scene/seekVideoBackward 5000.9 = /scene/seekVideoBackward 5000