yam-api
Toggle table of contents
1.0.0-dev
common
Target filter
common
Switch theme
Search in API
Skip to content
yam-api
core
/
su.pank.yamapi.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
)
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
?
embed
Url
Link copied to clipboard
val
embedUrl
:
String
?
provider
Link copied to clipboard
val
provider
:
VideoProvider
provider
Video
Id
Link copied to clipboard
val
providerVideoId
:
String
?
title
Link copied to clipboard
val
title
:
String
?
url
Link copied to clipboard
val
url
:
String
?
Functions
get
Cover
Link copied to clipboard
fun
getCover
(
size
:
CoverSize
)
:
String