| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static FileSourceTimeDeltaUnits |
FileSourceTimeDeltaUnits.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
FileSourceTimeDeltaUnits |
FileSourceSettings.timeDeltaUnits()
When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your video,
use this setting to specify the units for the delta that you specify.
|
static FileSourceTimeDeltaUnits |
FileSourceTimeDeltaUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSourceTimeDeltaUnits[] |
FileSourceTimeDeltaUnits.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<FileSourceTimeDeltaUnits> |
FileSourceTimeDeltaUnits.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
FileSourceSettings.Builder |
FileSourceSettings.Builder.timeDeltaUnits(FileSourceTimeDeltaUnits timeDeltaUnits)
When you use the setting Time delta (TimeDelta) to adjust the sync between your sidecar captions and your
video, use this setting to specify the units for the delta that you specify.
|
Copyright © 2023. All rights reserved.