| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
OutputGroupSettings |
OutputGroupSettings.clone() |
OutputGroupSettings |
OutputGroup.getOutputGroupSettings()
Output Group settings, including type
|
OutputGroupSettings |
OutputGroupSettings.withCmafGroupSettings(CmafGroupSettings cmafGroupSettings)
Settings related to your CMAF output package.
|
OutputGroupSettings |
OutputGroupSettings.withDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings)
Settings related to your DASH output package.
|
OutputGroupSettings |
OutputGroupSettings.withFileGroupSettings(FileGroupSettings fileGroupSettings)
Settings related to your File output group.
|
OutputGroupSettings |
OutputGroupSettings.withHlsGroupSettings(HlsGroupSettings hlsGroupSettings)
Settings related to your HLS output package.
|
OutputGroupSettings |
OutputGroupSettings.withMsSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
Settings related to your Microsoft Smooth Streaming output package.
|
OutputGroupSettings |
OutputGroupSettings.withType(OutputGroupType type)
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
|
OutputGroupSettings |
OutputGroupSettings.withType(String type)
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
|
| Modifier and Type | Method and Description |
|---|---|
void |
OutputGroup.setOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Output Group settings, including type
|
OutputGroup |
OutputGroup.withOutputGroupSettings(OutputGroupSettings outputGroupSettings)
Output Group settings, including type
|
Copyright © 2022. All rights reserved.