Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CoffeeTrack

Hierarchy

  • CoffeeTrack

Implements

Index

Constructors

constructor

Properties

author

author: string

The author of the track

Readonly base64

base64: string

The base 64 encoded of track

duration

duration: number

The duration of the track

identifier

identifier: string

The identifier of the track

isSeekable

isSeekable: boolean

Whether the track is seekable

isStream

isStream: boolean

Whether the track is a stream

Optional Readonly requester

requester?: unknown

The requester of the track if any

source

source: string

The source of the track

title

title: string

The title of the track

url

url: string

The url of the track

Methods

build

displayThumbnail

  • displayThumbnail(size?: string): undefined | string

Static isTrack

Generated using TypeDoc