ExternalVideoItem

class ExternalVideoItem(val name: String, val link: String, val type: String? = null, val quality: VideoItem.Quality? = null) : VideoItem

Represents a video item in the source that need to be open with an external app

Parameters

name

Item name

link

Item link

type

Optional item subtext

quality

Optional quality type (icon in the source list)

Constructors

Link copied to clipboard
constructor(name: String, link: String, type: String? = null, quality: VideoItem.Quality? = null)

Properties

Link copied to clipboard
val canDownload: Boolean = true
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val needDecoder: Boolean = true
Link copied to clipboard
val payload: String? = null
Link copied to clipboard
Link copied to clipboard
val subtitles: List<Subtitle>? = null
Link copied to clipboard
val type: String? = null