LocalMedia

data class LocalMedia(val file: File) : Media

A media that lives on the local filesystem.

Parameters

file

the local file where the media is stored

Constructors

Link copied to clipboard
constructor(file: File)

Properties

Link copied to clipboard
val file: File

Functions

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