| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
CmfcSettings |
CmfcSettings.clone() |
CmfcSettings |
ContainerSettings.getCmfcSettings()
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
|
CmfcSettings |
CmfcSettings.withAudioDuration(CmfcAudioDuration 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.
|
CmfcSettings |
CmfcSettings.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.
|
CmfcSettings |
CmfcSettings.withAudioGroupId(String audioGroupId)
Specify the audio rendition group for this audio rendition.
|
CmfcSettings |
CmfcSettings.withAudioRenditionSets(String audioRenditionSets)
List the audio rendition groups that you want included with this video rendition.
|
CmfcSettings |
CmfcSettings.withAudioTrackType(CmfcAudioTrackType audioTrackType)
Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the
client player selects which audio track to play.
|
CmfcSettings |
CmfcSettings.withAudioTrackType(String audioTrackType)
Use this setting to control the values that MediaConvert puts in your HLS parent playlist to control how the
client player selects which audio track to play.
|
CmfcSettings |
CmfcSettings.withDescriptiveVideoServiceFlag(CmfcDescriptiveVideoServiceFlag descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
CmfcSettings |
CmfcSettings.withDescriptiveVideoServiceFlag(String descriptiveVideoServiceFlag)
Specify whether to flag this audio track as descriptive video service (DVS) in your HLS parent manifest.
|
CmfcSettings |
CmfcSettings.withIFrameOnlyManifest(CmfcIFrameOnlyManifest iFrameOnlyManifest)
Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for
this rendition, in addition to your regular manifest for this rendition.
|
CmfcSettings |
CmfcSettings.withIFrameOnlyManifest(String iFrameOnlyManifest)
Choose Include (INCLUDE) to have MediaConvert generate an HLS child manifest that lists only the I-frames for
this rendition, in addition to your regular manifest for this rendition.
|
CmfcSettings |
CmfcSettings.withScte35Esam(CmfcScte35Esam scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
CmfcSettings |
CmfcSettings.withScte35Esam(String scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
CmfcSettings |
CmfcSettings.withScte35Source(CmfcScte35Source scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
CmfcSettings |
CmfcSettings.withScte35Source(String scte35Source)
Ignore this setting unless you have SCTE-35 markers in your input video file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerSettings.setCmfcSettings(CmfcSettings cmfcSettings)
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
|
ContainerSettings |
ContainerSettings.withCmfcSettings(CmfcSettings cmfcSettings)
These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
|
Copyright © 2021. All rights reserved.