Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TrackData

Lavalink Track

Hierarchy

  • TrackData

Index

Properties

Properties

info

info: { author: string; identifier: string; isSeekable: boolean; isStream: boolean; length: number; position: number; title: string; uri: string }

All the meta data on the track

Type declaration

  • author: string

    The author of the track

  • identifier: string

    The id of the track, depends on the source

  • isSeekable: boolean

    Whether you can use seek with this track

  • isStream: boolean

    Whether or not the track is a stream

  • length: number

    The length of the track

  • position: number

    The position of the song

  • title: string

    The title of the track

  • uri: string

    The URI of the track

track

track: string

The track base64 string

Generated using TypeDoc