Values.GetDashManifestConfigurationSourceRetrieve the DASH manifest configuration.
type nonrec t = {manifestName : ResourceName.t option;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.
*)url : String_.t option;The egress domain URL for stream delivery from MediaPackage.
*)manifestWindowSeconds : Integer.t option;The total duration (in seconds) of the manifest's content.
*)filterConfiguration : FilterConfiguration.t option;minUpdatePeriodSeconds : Integer.t option;Minimum amount of time (in seconds) that the player should wait before requesting updates to the manifest.
*)minBufferTimeSeconds : Integer.t option;Minimum amount of content (in seconds) that a player must keep available in the buffer.
*)suggestedPresentationDelaySeconds : Integer.t option;The amount of time (in seconds) that the player should be from the end of the manifest.
*)segmentTemplateFormat : DashSegmentTemplateFormat.t option;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. Value description: NUMBER_WITH_TIMELINE - The $Number$ variable is used in the media URL. The value of this variable is the sequential number of the segment. A full SegmentTimeline object is presented in each SegmentTemplate.
*)periodTriggers : DashPeriodTriggers.t option;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.
*)scteDash : ScteDash.t option;The SCTE configuration.
*)drmSignaling : DashDrmSignaling.t option;Determines how the DASH manifest signals the DRM content.
*)utcTiming : DashUtcTiming.t option;Determines the type of UTC timing included in the DASH Media Presentation Description (MPD).
*)profiles : DashProfiles.t option;The profile that the output is compliant with.
*)baseUrls : DashBaseUrls.t option;The base URL to use for retrieving segments.
*)programInformation : DashProgramInformation.t option;Details about the content that you want MediaPackage to pass through in the manifest to the playback device.
*)dvbSettings : DashDvbSettings.t option;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.
*)compactness : DashCompactness.t option;The layout of the DASH manifest that MediaPackage produces. STANDARD indicates a default manifest, which is compacted. NONE indicates a full manifest.
*)subtitleConfiguration : DashSubtitleConfiguration.t option;The configuration for DASH subtitles.
*)uriPathType : UriPathType.t option;The type of path used in manifest URIs. LEAF indicates leaf-relative paths. ROOT indicates root-relative paths that include the full path from root.
*)availabilityStartTimeConfiguration : DashAvailabilityStartTimeConfiguration.t
option;The configuration for the DASH availabilityStartTime attribute of the Media Presentation Description (MPD).
*)}val make :
?manifestName:??? ->
?url:??? ->
?manifestWindowSeconds:??? ->
?filterConfiguration:??? ->
?minUpdatePeriodSeconds:??? ->
?minBufferTimeSeconds:??? ->
?suggestedPresentationDelaySeconds:??? ->
?segmentTemplateFormat:??? ->
?periodTriggers:??? ->
?scteDash:??? ->
?drmSignaling:??? ->
?utcTiming:??? ->
?profiles:??? ->
?baseUrls:??? ->
?programInformation:??? ->
?dvbSettings:??? ->
?compactness:??? ->
?subtitleConfiguration:??? ->
?uriPathType:??? ->
?availabilityStartTimeConfiguration:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Integer of DashBaseUrlDvbPriorityInteger.t
| `String of DashBaseUrlUrlString.t ])
list ]
list
| `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of FilterConfigurationTimeDelaySecondsInteger.t
| `List of
[> `Structure of
(string
* [> `Integer of
DashDvbMetricsReportingProbabilityInteger.t
| `String of
DashDvbMetricsReportingReportingUrlString.t ])
list ]
list
| `String of FilterConfigurationManifestFilterString.t
| `Structure of
(string
* [> `Enum of string
| `String of DashDvbFontDownloadUrlString.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]