---
title: stop
framework: livephotoskitjs
role: symbol
role_heading: Instance Method
path: livephotoskitjs/livephotoskit.player/stop
---

# stop

Stops playback and rewinds to the current time of zero.

## Declaration

```data
void stop();
```

## Discussion

Discussion After this method is called, the currentTime property is 0. Like pause, this causes wantsToPlay to become false.

## See Also

### Instance Methods

- [beginFinishingPlaybackEarly](livephotoskitjs/livephotoskit.player/beginfinishingplaybackearly.md)
- [pause](livephotoskitjs/livephotoskit.player/pause.md)
- [play](livephotoskitjs/livephotoskit.player/play.md)
- [toggle](livephotoskitjs/livephotoskit.player/toggle.md)
- [updateSize](livephotoskitjs/livephotoskit.player/updatesize.md)
