The τ Player API

seekToPlayer()

seekToPlayer()

To seek to a new location. The player must already be playing or paused. If not, an exception is thrown.

Example:

Dart

Javascript


await myPlayer.seekToPlayer(Duration(milliseconds: milliSecs));

        Lorem ipsum ...

</div>

Last updated