toggle menu
yandex-music-api
0.1.0-dev6
common
switch theme
search in API
api-core
/
su.pank.yamusic.track.model.supplement
/
VideoSupplement
Video
Supplement
@
Serializable
data
class
VideoSupplement
(
val
cover
:
String
,
val
provider
:
VideoProvider
,
val
title
:
String
?
=
null
,
val
providerVideoId
:
String
?
=
null
,
val
url
:
String
?
=
null
,
val
embedUrl
:
String
?
=
null
,
val
embed
:
String
?
=
null
)
(
source
)
Members
Constructors
Video
Supplement
Link copied to clipboard
constructor
(
cover
:
String
,
provider
:
VideoProvider
,
title
:
String
?
=
null
,
providerVideoId
:
String
?
=
null
,
url
:
String
?
=
null
,
embedUrl
:
String
?
=
null
,
embed
:
String
?
=
null
)
Properties
cover
Link copied to clipboard
val
cover
:
String
embed
Link copied to clipboard
val
embed
:
String
?
=
null
embed
Url
Link copied to clipboard
val
embedUrl
:
String
?
=
null
provider
Link copied to clipboard
val
provider
:
VideoProvider
provider
Video
Id
Link copied to clipboard
val
providerVideoId
:
String
?
=
null
title
Link copied to clipboard
val
title
:
String
?
=
null
url
Link copied to clipboard
val
url
:
String
?
=
null
Functions
get
Cover
Link copied to clipboard
fun
getCover
(
size
:
CoverSize
)
:
String