seekTo
Description​
Instructs the output to seek to the given time position.
- JavaScript
- C#
- Kotlin
seekTo(time: number): voidvoid SeekTo(double time)fun seekTo(time: Double): Unit| Parameter | Summary |
|---|---|
timeAll | The absolute time in milliseconds. |
Instructs the output to seek to the given time position.
seekTo(time: number): voidvoid SeekTo(double time)fun seekTo(time: Double): Unit| Parameter | Summary |
|---|---|
timeAll | The absolute time in milliseconds. |