RemoteMedia

data class RemoteMedia(val url: URL) : Media

A media stored remotely.

Parameters

url

the URL where the media is stored

Constructors

Link copied to clipboard
constructor(url: URL)

Properties

Link copied to clipboard
val url: URL

Functions

Link copied to clipboard
open override fun <T> accept(visitor: MediaVisitor<T>): T