Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmfcAudioDuration
-
Packages that use CmfcAudioDuration Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmfcAudioDuration in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmfcAudioDuration Modifier and Type Method Description CmfcAudioDurationCmfcSettings. audioDuration()Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio.CmfcAudioDurationMp4Settings. audioDuration()Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio.static CmfcAudioDurationCmfcAudioDuration. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CmfcAudioDurationCmfcAudioDuration. valueOf(String name)Returns the enum constant of this type with the specified name.static CmfcAudioDuration[]CmfcAudioDuration. 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 CmfcAudioDuration Modifier and Type Method Description static Set<CmfcAudioDuration>CmfcAudioDuration. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmfcAudioDuration Modifier and Type Method Description CmfcSettings.BuilderCmfcSettings.Builder. audioDuration(CmfcAudioDuration audioDuration)Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio.Mp4Settings.BuilderMp4Settings.Builder. audioDuration(CmfcAudioDuration audioDuration)Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio.
-