jellyfin-sdk-kotlin
Toggle table of contents
latest-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
jellyfin-sdk-kotlin
jellyfin-model
/
org.jellyfin.sdk.model.api
/
MediaUrl
Media
Url
common
data
class
MediaUrl
(
val
url
:
String
?
=
null
,
val
name
:
String
?
=
null
)
Members
Constructors
Media
Url
Link copied to clipboard
common
constructor
(
url
:
String
?
=
null
,
name
:
String
?
=
null
)
Properties
name
Link copied to clipboard
common
val
name
:
String
?
url
Link copied to clipboard
common
val
url
:
String
?