| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
Output |
Output.clone() |
Output |
Output.withAudioDescriptionNames(Collection<String> audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output |
Output.withAudioDescriptionNames(String... audioDescriptionNames)
The names of the AudioDescriptions used as audio sources for this output.
|
Output |
Output.withCaptionDescriptionNames(Collection<String> captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output |
Output.withCaptionDescriptionNames(String... captionDescriptionNames)
The names of the CaptionDescriptions used as caption sources for this output.
|
Output |
Output.withOutputName(String outputName)
The name used to identify an output.
|
Output |
Output.withOutputSettings(OutputSettings outputSettings)
Output type-specific settings.
|
Output |
Output.withVideoDescriptionName(String videoDescriptionName)
The name of the VideoDescription used as the source for this output.
|
| Modifier and Type | Method and Description |
|---|---|
List<Output> |
OutputGroup.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.withOutputs(Output... outputs)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroup.setOutputs(Collection<Output> outputs) |
OutputGroup |
OutputGroup.withOutputs(Collection<Output> outputs) |
Copyright © 2020. All rights reserved.