> For a complete documentation index, fetch https://docs.voximplant.ai/llms.txt

# SequencePlayerEvents

## Values

Triggered when [SequencePlayer](/api-reference/voxengine/sequence-player) created.

Triggered by the `VoxEngine.createSequencePlayer` methods when

1. all the segments audio files download to the Voximplant cache is finished;
2. all the audio files is found in the cache (i.e., it is in the cache before).

Triggered when playback of the first SequencePlayer segment starts.

Triggers as a result of the `SequencePlayer.stop` method call.

Triggered when playback has finished successfully or with an error.

Triggered when playback has finished with an error

Triggered when `SequencePlayer.addMarker` is reached.