GetDashManifestConfiguration

Retrieve the DASH manifest configuration.

Types

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

Properties

Link copied to clipboard

The base URL to use for retrieving segments.

Link copied to clipboard

The layout of the DASH manifest that MediaPackage produces. STANDARD indicates a default manifest, which is compacted. NONE indicates a full manifest.

Link copied to clipboard

Determines how the DASH manifest signals the DRM content.

Link copied to clipboard

For endpoints that use the DVB-DASH profile only. The font download and error reporting information that you want MediaPackage to pass through to the manifest.

Link copied to clipboard

Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.

Link copied to clipboard

A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

Link copied to clipboard

The total duration (in seconds) of the manifest's content.

Link copied to clipboard

Minimum amount of content (in seconds) that a player must keep available in the buffer.

Link copied to clipboard

Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.

Link copied to clipboard

A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Leave this value empty to indicate that the manifest is contained all in one period. For more information about periods in the DASH manifest, see Multi-period DASH in AWS Elemental MediaPackage.

Link copied to clipboard

The profile that the output is compliant with.

Link copied to clipboard

Details about the content that you want MediaPackage to pass through in the manifest to the playback device.

Link copied to clipboard

The SCTE configuration.

Link copied to clipboard

Determines the type of variable used in the media URL of the SegmentTemplate tag in the manifest. Also specifies if segment timeline information is included in SegmentTimeline or SegmentTemplate.

Link copied to clipboard

The configuration for DASH subtitles.

Link copied to clipboard

The amount of time (in seconds) that the player should be from the end of the manifest.

Link copied to clipboard
val url: String

The egress domain URL for stream delivery from MediaPackage.

Link copied to clipboard

Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).

Functions

Link copied to clipboard
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