MediaLink

sealed class MediaLink(source)

Represents a link to media content, such as a video stream or subtitle file.

See also

Inheritors

Constructors

Link copied to clipboard
protected constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of custom headers associated with the media link if Flag.RequiresAuth is present in flags.

Link copied to clipboard
open val description: String? = null

An optional description of the media link.

Link copied to clipboard
abstract val flags: Set<Flag>?

A list of constraint Flags associated with the media link, such as IP restrictions or expiration.

Link copied to clipboard
abstract val name: String

The name of the media link.

Link copied to clipboard
abstract val url: String

The URL of the media link.