Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafTargetDurationCompatibilityMode
-
Packages that use CmafTargetDurationCompatibilityMode Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafTargetDurationCompatibilityMode in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafTargetDurationCompatibilityMode Modifier and Type Method Description static CmafTargetDurationCompatibilityModeCmafTargetDurationCompatibilityMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafTargetDurationCompatibilityModeCmafGroupSettings. 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 CmafTargetDurationCompatibilityModeCmafTargetDurationCompatibilityMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafTargetDurationCompatibilityMode[]CmafTargetDurationCompatibilityMode. 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 CmafTargetDurationCompatibilityMode Modifier and Type Method Description static Set<CmafTargetDurationCompatibilityMode>CmafTargetDurationCompatibilityMode. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafTargetDurationCompatibilityMode Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. targetDurationCompatibilityMode(CmafTargetDurationCompatibilityMode targetDurationCompatibilityMode)When set to LEGACY, the segment target duration is always rounded up to the nearest integer value above its current value in seconds.
-