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