| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup.Builder |
OutputGroup.Builder.automatedEncodingSettings(AutomatedEncodingSettings automatedEncodingSettings)
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics
of your input video.
|
default OutputGroup.Builder |
OutputGroup.Builder.automatedEncodingSettings(Consumer<AutomatedEncodingSettings.Builder> automatedEncodingSettings)
Use automated encoding to have MediaConvert choose your encoding settings for you, based on characteristics
of your input video.
|
static OutputGroup.Builder |
OutputGroup.builder() |
OutputGroup.Builder |
OutputGroup.Builder.customName(String customName)
Use Custom Group Name to specify a name for the output group.
|
OutputGroup.Builder |
OutputGroup.Builder.name(String name)
Name of the output group
|
default OutputGroup.Builder |
OutputGroup.Builder.outputGroupSettings(Consumer<OutputGroupSettings.Builder> outputGroupSettings)
Output Group settings, including type This is a convenience method that creates an instance of the
OutputGroupSettings.Builder avoiding the need to create one manually via
OutputGroupSettings.builder(). |
OutputGroup.Builder |
OutputGroup.Builder.outputGroupSettings(OutputGroupSettings outputGroupSettings)
Output Group settings, including type
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Collection<Output> outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Consumer<Output.Builder>... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup.Builder |
OutputGroup.Builder.outputs(Output... outputs)
This object holds groups of encoding settings, one group of settings per output.
|
OutputGroup.Builder |
OutputGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputGroup.Builder> |
OutputGroup.serializableBuilderClass() |
Copyright © 2023. All rights reserved.