🌋
Vulkava
  • Introduction
  • Getting started
  • Custom Queue
  • Filters example
  • Common issues
  • 📚Docs
    • 🌋Vulkava
    • 🎵Player
    • 🎙️Recorder
    • 📑DefaultQueue
    • 🎛️Filters
    • 🪢Node
    • 💿Track
    • 💿UnresolvedTrack
  • 🖌️Abstract Classes
    • 📶AbstractExternalSource
    • 🎹AbstractQueue
  • 🔖Typedefs
    • 🔍SearchResult
    • 🌋VulkavaOptions
    • 🎛️FilterOptions
    • 🪢NodeOptions
    • 📡NodeStats
    • 🔎SEARCH_SOURCE
  • 📑Enums
    • ConnectionState
    • NodeState
Powered by GitBook
On this page
  • Properties
  • Methods
  1. Docs

Track

Represents a track instance

PreviousNodeNextUnresolvedTrack

Last updated 2 years ago

Properties

Name
Description
Type

identifier

The track identifier

thumbnail

The track thumbnail url

|

isSeekable

Whether the track is seekable

author

The track author

duration

The track duration in milliseconds

isStream

Whether the track is a stream

source

The track source name

title

The track title

uri

The track uri

encodedTrack

The track base64

requester

The track requester

any

metadata

This metadata object contains metadata of the UnresolvedTrack, if the Track was build by a UnresolvedTrack instance.

?

Methods

setRequester()

Sets the track requester

Parameter
Description

requester

The requester object / id

📚
💿
String
String
null
Boolean
String
Number
Boolean
String
String
String
String
Object