seek

Jumps to the specified playback position.

public void seek(long newTime) throws RteException
Since
Available since v4.5.1.

Parameters

newTime
The playback position to jump to, in milliseconds.

Exceptions

When the method call fails, the SDK throws an RteException and returns the corresponding error information. You need to catch and handle the exception.