Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsTargetDurationCompatibilityMode
-
Packages that use HlsTargetDurationCompatibilityMode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsTargetDurationCompatibilityMode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsTargetDurationCompatibilityMode Modifier and Type Method Description static HlsTargetDurationCompatibilityModeHlsTargetDurationCompatibilityMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HlsTargetDurationCompatibilityModeHlsGroupSettings. targetDurationCompatibilityMode()When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds.static HlsTargetDurationCompatibilityModeHlsTargetDurationCompatibilityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsTargetDurationCompatibilityMode[]HlsTargetDurationCompatibilityMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type HlsTargetDurationCompatibilityMode Modifier and Type Method Description static Set<HlsTargetDurationCompatibilityMode>HlsTargetDurationCompatibilityMode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsTargetDurationCompatibilityMode Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. targetDurationCompatibilityMode(HlsTargetDurationCompatibilityMode targetDurationCompatibilityMode)When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds.
-