@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MpdSettings extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
MpdSettings() |
Modifier and Type | Method and Description |
---|---|
MpdSettings |
clone() |
boolean |
equals(Object obj) |
String |
getAccessibilityCaptionHints()
Optional.
|
String |
getAudioDuration()
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.
|
String |
getCaptionContainerType()
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
String |
getKlvMetadata()
Applies to DASH ISO outputs.
|
String |
getScte35Esam()
Use this setting only when you specify SCTE-35 markers from ESAM.
|
String |
getScte35Source()
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
String |
getTimedMetadata()
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccessibilityCaptionHints(String accessibilityCaptionHints)
Optional.
|
void |
setAudioDuration(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.
|
void |
setCaptionContainerType(String captionContainerType)
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
void |
setKlvMetadata(String klvMetadata)
Applies to DASH ISO outputs.
|
void |
setScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
void |
setScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
void |
setTimedMetadata(String timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
String |
toString()
Returns a string representation of this object.
|
MpdSettings |
withAccessibilityCaptionHints(MpdAccessibilityCaptionHints accessibilityCaptionHints)
Optional.
|
MpdSettings |
withAccessibilityCaptionHints(String accessibilityCaptionHints)
Optional.
|
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 |
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 |
withCaptionContainerType(MpdCaptionContainerType captionContainerType)
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
MpdSettings |
withCaptionContainerType(String captionContainerType)
Use this setting only in DASH output groups that include sidecar TTML or IMSC captions.
|
MpdSettings |
withKlvMetadata(MpdKlvMetadata klvMetadata)
Applies to DASH ISO outputs.
|
MpdSettings |
withKlvMetadata(String klvMetadata)
Applies to DASH ISO outputs.
|
MpdSettings |
withScte35Esam(MpdScte35Esam scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
MpdSettings |
withScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
MpdSettings |
withScte35Source(MpdScte35Source scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
MpdSettings |
withScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
MpdSettings |
withTimedMetadata(MpdTimedMetadata timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
MpdSettings |
withTimedMetadata(String timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
|
public void setAccessibilityCaptionHints(String accessibilityCaptionHints)
accessibilityCaptionHints
- Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with MpdAccessibilityCaptionHints
public String getAccessibilityCaptionHints()
MpdAccessibilityCaptionHints
public MpdSettings withAccessibilityCaptionHints(String accessibilityCaptionHints)
accessibilityCaptionHints
- Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with MpdAccessibilityCaptionHints
public MpdSettings withAccessibilityCaptionHints(MpdAccessibilityCaptionHints accessibilityCaptionHints)
accessibilityCaptionHints
- Optional. Choose Include (INCLUDE) to have MediaConvert mark up your DASH manifest with MpdAccessibilityCaptionHints
public void setAudioDuration(String audioDuration)
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. For this situation, choose Match
video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration
(DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams
with silence or trims them to ensure that the total duration of each audio stream is at least as long as
the total duration of the video stream. After padding or trimming, the audio stream duration is no more
than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the
end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end
of the file. When you keep the default value, any minor discrepancies between audio and video duration
will depend on your output audio codec.MpdAudioDuration
public String getAudioDuration()
MpdAudioDuration
public MpdSettings withAudioDuration(String audioDuration)
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. For this situation, choose Match
video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration
(DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams
with silence or trims them to ensure that the total duration of each audio stream is at least as long as
the total duration of the video stream. After padding or trimming, the audio stream duration is no more
than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the
end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end
of the file. When you keep the default value, any minor discrepancies between audio and video duration
will depend on your output audio codec.MpdAudioDuration
public MpdSettings withAudioDuration(MpdAudioDuration audioDuration)
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. For this situation, choose Match
video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration
(DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams
with silence or trims them to ensure that the total duration of each audio stream is at least as long as
the total duration of the video stream. After padding or trimming, the audio stream duration is no more
than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the
end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end
of the file. When you keep the default value, any minor discrepancies between audio and video duration
will depend on your output audio codec.MpdAudioDuration
public void setCaptionContainerType(String captionContainerType)
captionContainerType
- Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify
sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single
XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format
contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and
audio fragmented MP4 files.MpdCaptionContainerType
public String getCaptionContainerType()
MpdCaptionContainerType
public MpdSettings withCaptionContainerType(String captionContainerType)
captionContainerType
- Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify
sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single
XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format
contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and
audio fragmented MP4 files.MpdCaptionContainerType
public MpdSettings withCaptionContainerType(MpdCaptionContainerType captionContainerType)
captionContainerType
- Use this setting only in DASH output groups that include sidecar TTML or IMSC captions. You specify
sidecar captions in a separate output from your audio and video. Choose Raw (RAW) for captions in a single
XML file in a raw container. Choose Fragmented MPEG-4 (FRAGMENTED_MP4) for captions in XML format
contained within fragmented MP4 files. This set of fragmented MP4 files is separate from your video and
audio fragmented MP4 files.MpdCaptionContainerType
public void setKlvMetadata(String klvMetadata)
klvMetadata
- Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from
the input in this output.MpdKlvMetadata
public String getKlvMetadata()
MpdKlvMetadata
public MpdSettings withKlvMetadata(String klvMetadata)
klvMetadata
- Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from
the input in this output.MpdKlvMetadata
public MpdSettings withKlvMetadata(MpdKlvMetadata klvMetadata)
klvMetadata
- Applies to DASH ISO outputs. Use this setting to specify whether the service inserts the KLV metadata from
the input in this output.MpdKlvMetadata
public void setScte35Esam(String scte35Esam)
scte35Esam
- Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).MpdScte35Esam
public String getScte35Esam()
MpdScte35Esam
public MpdSettings withScte35Esam(String scte35Esam)
scte35Esam
- Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).MpdScte35Esam
public MpdSettings withScte35Esam(MpdScte35Esam scte35Esam)
scte35Esam
- Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in
this output at the insertion points that you specify in an ESAM XML document. Provide the document in the
setting SCC XML (sccXml).MpdScte35Esam
public void setScte35Source(String scte35Source)
scte35Source
- Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough
(PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose
None (NONE) if you don't want those SCTE-35 markers in this output.MpdScte35Source
public String getScte35Source()
MpdScte35Source
public MpdSettings withScte35Source(String scte35Source)
scte35Source
- Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough
(PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose
None (NONE) if you don't want those SCTE-35 markers in this output.MpdScte35Source
public MpdSettings withScte35Source(MpdScte35Source scte35Source)
scte35Source
- Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough
(PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose
None (NONE) if you don't want those SCTE-35 markers in this output.MpdScte35Source
public void setTimedMetadata(String timedMetadata)
timedMetadata
- To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes
each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set
ID3 metadata to None (NONE) or leave blank.MpdTimedMetadata
public String getTimedMetadata()
MpdTimedMetadata
public MpdSettings withTimedMetadata(String timedMetadata)
timedMetadata
- To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes
each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set
ID3 metadata to None (NONE) or leave blank.MpdTimedMetadata
public MpdSettings withTimedMetadata(MpdTimedMetadata timedMetadata)
timedMetadata
- To include ID3 metadata in this output: Set ID3 metadata (timedMetadata) to Passthrough (PASSTHROUGH).
Specify this ID3 metadata in Custom ID3 metadata inserter (timedMetadataInsertion). MediaConvert writes
each instance of ID3 metadata in a separate Event Message (eMSG) box. To exclude this ID3 metadata: Set
ID3 metadata to None (NONE) or leave blank.MpdTimedMetadata
public String toString()
toString
in class Object
Object.toString()
public MpdSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.