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