| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.clone() |
OutputGroup |
OutputGroup.withAutomatedEncodingSettings(AutomatedEncodingSettings automatedEncodingSettings)
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics of
your input video.
|
OutputGroup |
OutputGroup.withCustomName(String customName)
Use Custom Group Name to specify a name for the output group.
|
OutputGroup |
OutputGroup.withName(String name)
Name of the output group
|
OutputGroup |
OutputGroup.withOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Output Group settings, including type
|
OutputGroup |
OutputGroup.withOutputs(Collection<Output> outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup |
OutputGroup.withOutputs(Output... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputGroup> |
JobTemplateSettings.getOutputGroups()
Contains one group of settings for each set of outputs that share a common package type.
|
List<OutputGroup> |
JobSettings.getOutputGroups()
Contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(OutputGroup... outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
JobSettings |
JobSettings.withOutputGroups(OutputGroup... outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobTemplateSettings.setOutputGroups(Collection<OutputGroup> outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
void |
JobSettings.setOutputGroups(Collection<OutputGroup> outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(Collection<OutputGroup> outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
JobSettings |
JobSettings.withOutputGroups(Collection<OutputGroup> outputGroups)
Contains one group of settings for each set of outputs that share a common package type.
|
Copyright © 2024. All rights reserved.