| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AudioSelector |
AudioSelector.clone() |
AudioSelector |
AudioSelector.withAudioDurationCorrection(AudioDurationCorrection audioDurationCorrection)
Apply audio timing corrections to help synchronize audio and video in your output.
|
AudioSelector |
AudioSelector.withAudioDurationCorrection(String audioDurationCorrection)
Apply audio timing corrections to help synchronize audio and video in your output.
|
AudioSelector |
AudioSelector.withCustomLanguageCode(String customLanguageCode)
Selects a specific language code from within an audio source, using the ISO 639-2 or ISO 639-3 three-letter
language code
|
AudioSelector |
AudioSelector.withDefaultSelection(AudioDefaultSelection defaultSelection)
Enable this setting on one audio selector to set it as the default for the job.
|
AudioSelector |
AudioSelector.withDefaultSelection(String defaultSelection)
Enable this setting on one audio selector to set it as the default for the job.
|
AudioSelector |
AudioSelector.withExternalAudioFileInput(String externalAudioFileInput)
Specifies audio data from an external file source.
|
AudioSelector |
AudioSelector.withHlsRenditionGroupSettings(HlsRenditionGroupSettings hlsRenditionGroupSettings)
Settings specific to audio sources in an HLS alternate rendition group.
|
AudioSelector |
AudioSelector.withLanguageCode(LanguageCode languageCode)
Selects a specific language code from within an audio source.
|
AudioSelector |
AudioSelector.withLanguageCode(String languageCode)
Selects a specific language code from within an audio source.
|
AudioSelector |
AudioSelector.withOffset(Integer offset)
Specifies a time delta in milliseconds to offset the audio from the input video.
|
AudioSelector |
AudioSelector.withPids(Collection<Integer> pids)
Selects a specific PID from within an audio source (e.g.
|
AudioSelector |
AudioSelector.withPids(Integer... pids)
Selects a specific PID from within an audio source (e.g.
|
AudioSelector |
AudioSelector.withProgramSelection(Integer programSelection)
Use this setting for input streams that contain Dolby E, to have the service extract specific program data from
the track.
|
AudioSelector |
AudioSelector.withRemixSettings(RemixSettings remixSettings)
Use these settings to reorder the audio channels of one input to match those of another input.
|
AudioSelector |
AudioSelector.withSelectorType(AudioSelectorType selectorType)
Specifies the type of the audio selector.
|
AudioSelector |
AudioSelector.withSelectorType(String selectorType)
Specifies the type of the audio selector.
|
AudioSelector |
AudioSelector.withTracks(Collection<Integer> tracks)
Identify a track from the input audio to include in this selector by entering the track index number.
|
AudioSelector |
AudioSelector.withTracks(Integer... tracks)
Identify a track from the input audio to include in this selector by entering the track index number.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AudioSelector> |
Input.getAudioSelectors()
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
Map<String,AudioSelector> |
InputTemplate.getAudioSelectors()
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.addAudioSelectorsEntry(String key,
AudioSelector value)
Add a single AudioSelectors entry
|
InputTemplate |
InputTemplate.addAudioSelectorsEntry(String key,
AudioSelector value)
Add a single AudioSelectors entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
Input.setAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
void |
InputTemplate.setAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
Input |
Input.withAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
InputTemplate |
InputTemplate.withAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors to specify a track or set of tracks from the input that you will use in your outputs.
|
Copyright © 2025. All rights reserved.