Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
type alias TrackStuckEvent
import { type TrackStuckEvent } from "https://deno.land/x/lavalink_types@2.0.6/src/player.ts";

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.

definition: Event<"TrackStuckEvent", TrackStuckEventData>