sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
booklibraryui
/
fi.richie.booklibraryui.liveaudio
/
LiveAudioMetadata
Live
Audio
Metadata
@
Serializable
data
class
LiveAudioMetadata
(
val
url
:
String
,
val
isLive
:
Boolean
,
val
title
:
String
,
val
subtitle
:
String
?
,
val
miniplayerTitle
:
String
,
val
coverArtUrl
:
URL
?
)
:
Serializable
Members
Constructors
Live
Audio
Metadata
Link copied to clipboard
constructor
(
url
:
String
,
isLive
:
Boolean
,
title
:
String
,
subtitle
:
String
?
,
miniplayerTitle
:
String
,
coverArtUrl
:
URL
?
)
Properties
cover
Art
Url
Link copied to clipboard
@
Serializable
(
with
=
OptionalUrlSerializer::class
)
val
coverArtUrl
:
URL
?
is
Live
Link copied to clipboard
val
isLive
:
Boolean
miniplayer
Title
Link copied to clipboard
val
miniplayerTitle
:
String
subtitle
Link copied to clipboard
val
subtitle
:
String
?
title
Link copied to clipboard
val
title
:
String
url
Link copied to clipboard
val
url
:
String