Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lavalink_types/src/player.ts

Deno typings for lavalink
Latest
import * as lavalinkTypes from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";

Enums

The different end reasons.

Type Aliases

Event that is fired when an exception occurs in an audio track that causes it to halt or not start.

Event that is fired when a track starts playing.

Event that is fired when a track was started, but no audio frames from it have arrived in a long time, specified by the threshold set.

Event that is fired when an audio websocket (to Discord) is closed.