The τ Player API

pausePlayer()

pausePlayer()

Use this verbe to pause the current playback. An exception is thrown if the player is not in the "playing" state.

Example:

Dart

Javascript


await myPlayer.pausePlayer();

        Lorem ipsum ...

</div>

Last updated

Was this helpful?