| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.clone() |
Output |
Output.withAudioDescriptions(AudioDescription... audioDescriptions)
Contains groups of audio encoding settings organized by audio codec.
|
Output |
Output.withAudioDescriptions(Collection<AudioDescription> audioDescriptions)
Contains groups of audio encoding settings organized by audio codec.
|
Output |
Output.withCaptionDescriptions(CaptionDescription... captionDescriptions)
Contains groups of captions settings.
|
Output |
Output.withCaptionDescriptions(Collection<CaptionDescription> captionDescriptions)
Contains groups of captions settings.
|
Output |
Output.withContainerSettings(ContainerSettings containerSettings)
Container specific settings.
|
Output |
Output.withExtension(String extension)
Use Extension to specify the file extension for outputs in File output groups.
|
Output |
Output.withNameModifier(String nameModifier)
Use Name modifier to have the service add a string to the end of each output filename.
|
Output |
Output.withOutputSettings(OutputSettings outputSettings)
Specific settings for this type of output.
|
Output |
Output.withPreset(String preset)
Use Preset to specify a preset for your transcoding settings.
|
Output |
Output.withVideoDescription(VideoDescription videoDescription)
VideoDescription contains a group of video encoding settings.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
OutputGroup.getOutputs()
This object holds groups of encoding settings, one group of settings per output.
|
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.withOutputs(Output... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroup.setOutputs(Collection<Output> outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup |
OutputGroup.withOutputs(Collection<Output> outputs)
This object holds groups of encoding settings, one group of settings per output.
|
Copyright © 2024. All rights reserved.