| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
OutputGroup |
OutputGroup.clone() |
OutputGroup |
OutputGroup.withName(String name)
Custom output group name optionally defined by the user.
|
OutputGroup |
OutputGroup.withOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Settings associated with the output group.
|
OutputGroup |
OutputGroup.withOutputs(Collection<Output> outputs) |
OutputGroup |
OutputGroup.withOutputs(Output... outputs)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputGroup> |
EncoderSettings.getOutputGroups() |
| Modifier and Type | Method and Description |
|---|---|
EncoderSettings |
EncoderSettings.withOutputGroups(OutputGroup... outputGroups)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderSettings.setOutputGroups(Collection<OutputGroup> outputGroups) |
EncoderSettings |
EncoderSettings.withOutputGroups(Collection<OutputGroup> outputGroups) |
Copyright © 2021. All rights reserved.