ResolvableMedia

data class ResolvableMedia(path: String, fileSystem: FileSystem) : Media

A generic media that is yet to be resolved to a Media subclass.

Parameters

path

path to the media, either a file or a URL

fileSystem

file system to resolve the media from, in case the path is a local file

Constructors

Link copied to clipboard
constructor(path: String, fileSystem: FileSystem)

Functions

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