Builder
Properties
How MediaPackage represents the audio timeline in the DASH manifest. This setting applies DASH Segment Duration Patternization, as defined in the MPEG-DASH specification, to audio adaptation sets. When set to PATTERNED, MediaPackage uses a pattern-based segment template for audio, which reduces manifest size by expressing repeating segment durations as a pattern instead of listing each segment individually. When set to NONE, the manifest contains an explicit timeline that lists each audio segment.
The configuration for the DASH availabilityStartTime attribute of the Media Presentation Description (MPD). If you don't specify a value, MediaPackage uses the default availability start time of 2024-01-01T00:00:00Z.
The base URLs to use for retrieving segments.
The layout of the DASH manifest that MediaPackage produces. STANDARD indicates a default manifest, which is compacted. NONE indicates a full manifest.
Determines how the DASH manifest signals the DRM content.
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.
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.
A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint.
The total duration (in seconds) of the manifest's content.
Minimum amount of content (in seconds) that a player must keep available in the buffer.
Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
A list of triggers that controls when AWS Elemental MediaPackage separates the MPEG-DASH manifest into multiple periods. Type ADS to indicate that AWS Elemental MediaPackage must create periods in the output manifest that correspond to SCTE-35 ad markers in the input source. 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.
The profile that the output is compliant with.
Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
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.
The configuration for DASH subtitles.
The amount of time (in seconds) that the player should be from the end of the manifest.
The type of path to use in manifest URIs. LEAF uses leaf-relative paths (for example, index_1.mpd). ROOT uses root-relative paths that include the full path from root (for example, /out/v1/channel-group/channel/endpoint/index_1.mpd). If you don't specify a value, the default is LEAF.
Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
Functions
construct an aws.sdk.kotlin.services.mediapackagev2.model.DashDvbSettings inside the given block
construct an aws.sdk.kotlin.services.mediapackagev2.model.FilterConfiguration inside the given block
construct an aws.sdk.kotlin.services.mediapackagev2.model.DashProgramInformation inside the given block
construct an aws.sdk.kotlin.services.mediapackagev2.model.ScteDash inside the given block
construct an aws.sdk.kotlin.services.mediapackagev2.model.DashSubtitleConfiguration inside the given block
construct an aws.sdk.kotlin.services.mediapackagev2.model.DashUtcTiming inside the given block