DashPackage

A Dynamic Adaptive Streaming over HTTP (DASH) packaging configuration.

Types

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

Properties

Link copied to clipboard

A list of DASH manifest configurations.

Link copied to clipboard

A Dynamic Adaptive Streaming over HTTP (DASH) encryption configuration.

Link copied to clipboard

When includeEncoderConfigurationInSegments is set to true, MediaPackage places your encoder's Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata in every video segment instead of in the init fragment. This lets you use different SPS/PPS/VPS settings for your assets during content playback.

Link copied to clipboard

When enabled, an I-Frame only stream will be included in the output.

Link copied to clipboard

A list of triggers that controls when the outgoing Dynamic Adaptive Streaming over HTTP (DASH) Media Presentation Description (MPD) will be partitioned into multiple periods. If empty, the content will not be partitioned into more than one period. If the list contains "ADS", new periods will be created where the Asset contains SCTE-35 ad markers.

Link copied to clipboard

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

Link copied to clipboard

Determines the type of SegmentTemplate included in the Media Presentation Description (MPD). When set to NUMBER_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Number$ media URLs. When set to TIME_WITH_TIMELINE, a full timeline is presented in each SegmentTemplate, with $Time$ media URLs. When set to NUMBER_WITH_DURATION, only a duration is included in each SegmentTemplate, with $Number$ media URLs.

Functions

Link copied to clipboard
inline fun copy(block: DashPackage.Builder.() -> Unit = {}): DashPackage
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