Url

data class Url(val url: URL) : MediaSource

A MediaSource that is located at a URL

Constructors

Link copied to clipboard
constructor(url: URL)

Properties

Link copied to clipboard
val url: URL

the URL at which the media is located