| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
MpdSettings |
MpdSettings.clone() |
MpdSettings |
ContainerSettings.getMpdSettings()
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
|
MpdSettings |
MpdSettings.withAccessibilityCaptionHints(MpdAccessibilityCaptionHints accessibilityCaptionHints)
Optional.
|
MpdSettings |
MpdSettings.withAccessibilityCaptionHints(String accessibilityCaptionHints)
Optional.
|
MpdSettings |
MpdSettings.withAudioDuration(MpdAudioDuration audioDuration)
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
MpdSettings |
MpdSettings.withAudioDuration(String audioDuration)
Specify this setting only when your output will be consumed by a downstream repackaging workflow that is
sensitive to very small duration differences between video and audio.
|
MpdSettings |
MpdSettings.withCaptionContainerType(MpdCaptionContainerType captionContainerType)
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
MpdSettings |
MpdSettings.withCaptionContainerType(String captionContainerType)
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
MpdSettings |
MpdSettings.withKlvMetadata(MpdKlvMetadata klvMetadata)
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
|
MpdSettings |
MpdSettings.withKlvMetadata(String klvMetadata)
To include key-length-value metadata in this output: Set KLV metadata insertion to Passthrough.
|
MpdSettings |
MpdSettings.withScte35Esam(MpdScte35Esam scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
MpdSettings |
MpdSettings.withScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
MpdSettings |
MpdSettings.withScte35Source(MpdScte35Source scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
MpdSettings |
MpdSettings.withScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
MpdSettings |
MpdSettings.withTimedMetadata(MpdTimedMetadata timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
MpdSettings |
MpdSettings.withTimedMetadata(String timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setMpdSettings(MpdSettings mpdSettings)
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
|
ContainerSettings |
ContainerSettings.withMpdSettings(MpdSettings mpdSettings)
These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
|
Copyright © 2022. All rights reserved.