Interface: LavaPlayer
Represents the full state of an active LavaPlayer on a Node.
Property Type Description Optional guildIdstring The ID of the guild this player belongs to. trackTrackDataThe currently playing track. volumenumber The current playback volume (0–1000 scale). pausedboolean Whether the player is currently paused. statestateInternal playback state (time, connection, etc.). voicevoiceVoice connection details required for streaming. filtersRecord<string, unknown> Audio filters currently applied to playback.
state
State object containing internal playback state (time, position, etc.).
Property Type Description Optional timenumber The current time in milliseconds since the player was created. positionnumber The current position in milliseconds of the track. connectedboolean Whether the player is currently connected to a voice channel. pingnumber The current ping of the player.
voice
Voice connection details required for streaming.
Property Type Description Optional tokenstring The authentication token for the voice connection. endpointstring The endpoint for the voice connection. sessionIdstring The session ID for the voice connection.