| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.clone() |
OutputGroup |
OutputGroup.withCustomName(String customName)
Use Custom Group Name (CustomName) 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> |
JobSettings.getOutputGroups()
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
List<OutputGroup> |
JobTemplateSettings.getOutputGroups()
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
JobSettings |
JobSettings.withOutputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(OutputGroup... outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobSettings.setOutputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
void |
JobTemplateSettings.setOutputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobSettings |
JobSettings.withOutputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
JobTemplateSettings |
JobTemplateSettings.withOutputGroups(Collection<OutputGroup> outputGroups)
(OutputGroups) contains one group of settings for each set of outputs that share a common package type.
|
Copyright © 2019. All rights reserved.