Preparing search index...
The search index is not available
API
API
OOAPI
Track
Class Track
Index
Constructors
constructor
Properties
load
title
artists
release
duration
audioURL
_loaded
id?
mm
Methods
_load
load
Data
Constructors
constructor
new
Track
(
)
:
Track
Returns
Track
Properties
Static
load
load
:
(
(
id
:
string
)
=>
Promise
<
Track
>
)
= ...
title
title
:
string
= ""
artists
artists
:
Artist
[]
= []
release
release
:
Release
= ...
duration
duration
:
number
= 0.0
audioURL
audioURL
:
string
= ""
_loaded
_loaded
:
boolean
= true
Optional
id
id
?:
string
mm
mm
:
Media
= {}
Methods
Static
_load
_load
(
_id
)
:
Promise
<
Track
>
Parameters
_id
:
string
Returns
Promise
<
Track
>
load
Data
load
Data
(
)
:
Promise
<
Track
>
Returns
Promise
<
Track
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
load
title
artists
release
duration
audioURL
_loaded
id
mm
Methods
_load
load
Data
API
Loading...