| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Input |
Input.addAudioSelectorGroupsEntry(String key,
AudioSelectorGroup value) |
Input |
Input.addAudioSelectorsEntry(String key,
AudioSelector value) |
Input |
Input.addCaptionSelectorsEntry(String key,
CaptionSelector value) |
Input |
Input.clearAudioSelectorGroupsEntries()
Removes all the entries added into AudioSelectorGroups.
|
Input |
Input.clearAudioSelectorsEntries()
Removes all the entries added into AudioSelectors.
|
Input |
Input.clearCaptionSelectorsEntries()
Removes all the entries added into CaptionSelectors.
|
Input |
Input.clone() |
Input |
Input.withAudioSelectorGroups(Map<String,AudioSelectorGroup> audioSelectorGroups)
Specifies set of audio selectors within an input to combine.
|
Input |
Input.withAudioSelectors(Map<String,AudioSelector> audioSelectors)
Use Audio selectors (AudioSelectors) to specify a track or set of tracks from the input that you will use in your
outputs.
|
Input |
Input.withCaptionSelectors(Map<String,CaptionSelector> captionSelectors)
Use Captions selectors (CaptionSelectors) to specify the captions data from the input that you will use in your
outputs.
|
Input |
Input.withDeblockFilter(InputDeblockFilter deblockFilter) |
Input |
Input.withDeblockFilter(String deblockFilter) |
Input |
Input.withDecryptionSettings(InputDecryptionSettings decryptionSettings)
If the input file is encrypted, decryption settings to decrypt the media file
|
Input |
Input.withDenoiseFilter(InputDenoiseFilter denoiseFilter) |
Input |
Input.withDenoiseFilter(String denoiseFilter) |
Input |
Input.withFileInput(String fileInput)
Use Input (fileInput) to define the source file used in the transcode job.
|
Input |
Input.withFilterEnable(InputFilterEnable filterEnable) |
Input |
Input.withFilterEnable(String filterEnable) |
Input |
Input.withFilterStrength(Integer filterStrength)
Use Filter strength (FilterStrength) to adjust the magnitude the input filter settings (Deblock and Denoise).
|
Input |
Input.withImageInserter(ImageInserter imageInserter)
Enable the Image inserter (ImageInserter) feature to include a graphic overlay on your video.
|
Input |
Input.withInputClippings(Collection<InputClipping> inputClippings)
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in
the outputs.
|
Input |
Input.withInputClippings(InputClipping... inputClippings)
(InputClippings) contains sets of start and end times that together specify a portion of the input to be used in
the outputs.
|
Input |
Input.withProgramNumber(Integer programNumber)
Use Program (programNumber) to select a specific program from within a multi-program transport stream.
|
Input |
Input.withPsiControl(InputPsiControl psiControl) |
Input |
Input.withPsiControl(String psiControl) |
Input |
Input.withTimecodeSource(InputTimecodeSource timecodeSource) |
Input |
Input.withTimecodeSource(String timecodeSource) |
Input |
Input.withVideoSelector(VideoSelector videoSelector) |
| Modifier and Type | Method and Description |
|---|---|
List<Input> |
JobSettings.getInputs()
Use Inputs (inputs) to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
JobSettings |
JobSettings.withInputs(Input... inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSettings.setInputs(Collection<Input> inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
JobSettings |
JobSettings.withInputs(Collection<Input> inputs)
Use Inputs (inputs) to define source file used in the transcode job.
|
Copyright © 2019. All rights reserved.