| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static CmafWriteDASHManifest |
CmafWriteDASHManifest.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CmafWriteDASHManifest |
CmafWriteDASHManifest.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmafWriteDASHManifest[] |
CmafWriteDASHManifest.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
CmafWriteDASHManifest |
CmafGroupSettings.writeDashManifest()
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CmafWriteDASHManifest> |
CmafWriteDASHManifest.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CmafGroupSettings.Builder |
CmafGroupSettings.Builder.writeDashManifest(CmafWriteDASHManifest writeDashManifest)
When set to ENABLED, a DASH MPD manifest will be generated for this output.
|
Copyright © 2023. All rights reserved.