HlsPackage

An HTTP Live Streaming (HLS) packaging configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An HTTP Live Streaming (HLS) encryption configuration.

Link copied to clipboard

A list of HLS manifest configurations.

Link copied to clipboard

When enabled, MediaPackage passes through digital video broadcasting (DVB) subtitles into the output.

Link copied to clipboard

Duration (in seconds) of each fragment. Actual fragments will be rounded to the nearest multiple of the source fragment duration.

Link copied to clipboard

When enabled, audio streams will be placed in rendition groups in the output.

Functions

Link copied to clipboard
inline fun copy(block: HlsPackage.Builder.() -> Unit = {}): HlsPackage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String