Search
Preparing search index...
The search index is not available
play-dl
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
play-dl
<internal>
SoundCloudPlaylist
Class SoundCloudPlaylist
SoundCloud Playlist Class
Hierarchy
SoundCloudPlaylist
Index
Constructors
constructor
Properties
client_
id
duration
In
Ms
duration
In
Sec
id
name
sub_
type
tracks
tracks
Count
type
url
user
Accessors
total_
tracks
Methods
fetch
toJSON
Constructors
constructor
new
Sound
Cloud
Playlist
(
data
:
any
, client_id
:
string
)
:
SoundCloudPlaylist
Parameters
data:
any
client_id:
string
Returns
SoundCloudPlaylist
Properties
client_
id
client_
id
:
string
duration
In
Ms
duration
In
Ms
:
number
duration
In
Sec
duration
In
Sec
:
number
id
id
:
number
name
name
:
string
sub_
type
sub_
type
:
string
tracks
tracks
:
SoundCloudTrack
[]
|
SoundCloudTrackDeprecated
[]
tracks
Count
tracks
Count
:
number
type
type
:
"playlist"
|
"track"
|
"user"
url
url
:
string
user
user
:
SoundCloudUser
Accessors
total_
tracks
get
total_tracks
(
)
:
number
Returns
number
Methods
fetch
fetch
(
)
:
<internal>
.
Promise
<
void
>
Returns
<internal>
.
Promise
<
void
>
toJSON
toJSON
(
)
:
{
durationInMs
:
number
;
durationInSec
:
number
;
id
:
number
;
name
:
string
;
sub_type
:
string
;
tracks
:
SoundCloudTrack
[]
|
SoundCloudTrackDeprecated
[]
;
tracksCount
:
number
;
type
:
"playlist"
|
"track"
|
"user"
;
url
:
string
;
user
:
SoundCloudUser
}
Returns
{
durationInMs
:
number
;
durationInSec
:
number
;
id
:
number
;
name
:
string
;
sub_type
:
string
;
tracks
:
SoundCloudTrack
[]
|
SoundCloudTrackDeprecated
[]
;
tracksCount
:
number
;
type
:
"playlist"
|
"track"
|
"user"
;
url
:
string
;
user
:
SoundCloudUser
}
duration
In
Ms
:
number
duration
In
Sec
:
number
id
:
number
name
:
string
sub_
type
:
string
tracks
:
SoundCloudTrack
[]
|
SoundCloudTrackDeprecated
[]
tracks
Count
:
number
type
:
"playlist"
|
"track"
|
"user"
url
:
string
user
:
SoundCloudUser
Exports
<internal>
"node:stream/consumers"
"node:stream/promises"
Event
Emitter
internal
Sound
Cloud
Playlist
constructor
client_
id
duration
In
Ms
duration
In
Sec
id
name
sub_
type
tracks
tracks
Count
type
url
user
total_
tracks
fetch
toJSON
Generated using
TypeDoc
SoundCloud Playlist Class