toggle menu
flowplayer
2.2.1
androidJvm
switch theme
search in API
flowplayer
/
com.flowplayer.android.player.media
/
MediaMetadata
Media
Metadata
data
class
MediaMetadata
(
val
title
:
String
?
,
val
subtitle
:
String
?
,
val
posterImage
:
String
?
)
The media's metadata.
Members
Constructors
Media
Metadata
Link copied to clipboard
constructor
(
title
:
String
?
,
subtitle
:
String
?
,
posterImage
:
String
?
)
Properties
poster
Image
Link copied to clipboard
val
posterImage
:
String
?
subtitle
Link copied to clipboard
val
subtitle
:
String
?
title
Link copied to clipboard
val
title
:
String
?