| 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)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to CMAF_GROUP_SETTINGS.
|
OutputGroupSettings |
OutputGroupSettings.withDashIsoGroupSettings(DashIsoGroupSettings dashIsoGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to DASH_ISO_GROUP_SETTINGS.
|
OutputGroupSettings |
OutputGroupSettings.withFileGroupSettings(FileGroupSettings fileGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to FILE_GROUP_SETTINGS.
|
OutputGroupSettings |
OutputGroupSettings.withHlsGroupSettings(HlsGroupSettings hlsGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to HLS_GROUP_SETTINGS.
|
OutputGroupSettings |
OutputGroupSettings.withMsSmoothGroupSettings(MsSmoothGroupSettings msSmoothGroupSettings)
Required when you set (Type) under (OutputGroups)>(OutputGroupSettings) to MS_SMOOTH_GROUP_SETTINGS.
|
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 © 2019. All rights reserved.