| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static F4vMoovPlacement |
F4vMoovPlacement.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
F4vMoovPlacement |
F4vSettings.moovPlacement()
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
static F4vMoovPlacement |
F4vMoovPlacement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static F4vMoovPlacement[] |
F4vMoovPlacement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<F4vMoovPlacement> |
F4vMoovPlacement.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
F4vSettings.Builder |
F4vSettings.Builder.moovPlacement(F4vMoovPlacement moovPlacement)
If set to PROGRESSIVE_DOWNLOAD, the MOOV atom is relocated to the beginning of the archive as required for
progressive downloading.
|
Copyright © 2023. All rights reserved.