Companion

object Companion

Functions

Link copied to clipboard
fun background(id: String, quality: Int, title: String? = null, extras: Map<String, String> = mapOf()): Streamable

Creates a Streamable with the given id, quality, title, and extras for a background media.

Link copied to clipboard
fun server(id: String, quality: Int, title: String? = null, extras: Map<String, String> = mapOf()): Streamable

Creates a Streamable with the given id, quality, title, and extras for a server media.

Link copied to clipboard
fun subtitle(id: String, title: String? = null, extras: Map<String, String> = mapOf()): Streamable

Creates a Streamable with the given id, quality, title, and extras for a subtitle media.