Interface: TrackMetadata

January 9, 2021 · View on GitHub

andesitejs / Exports / api/types / TrackMetadata

Interface: TrackMetadata

api/types.TrackMetadata

Hierarchy

  • TrackMetadata

Table of contents

Properties

Properties

author

author: string

Author of the track.

Defined in: api/types.ts:479


class

class: string

Class name of the lavaplayer track.

Defined in: api/types.ts:469


identifier

identifier: string

Identifier of the track.

Defined in: api/types.ts:489


isSeekable

isSeekable: boolean

Whether or not the track supports seeking

Defined in: api/types.ts:504


isStream

isStream: boolean

Whether or not the track is a livestream

Defined in: api/types.ts:499


length

length: number

Duration of the track, in milliseconds.

Defined in: api/types.ts:484


position

position: number

Current position of the track

Defined in: api/types.ts:509


title

title: string

Title of the track.

Defined in: api/types.ts:474


uri

uri: string

URI of the track.

Defined in: api/types.ts:494