Uses of Class
software.amazon.awssdk.services.mediaconvert.model.MsSmoothAudioDeduplication
-
Packages that use MsSmoothAudioDeduplication Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of MsSmoothAudioDeduplication in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return MsSmoothAudioDeduplication Modifier and Type Method Description MsSmoothAudioDeduplicationMsSmoothGroupSettings. audioDeduplication()COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.static MsSmoothAudioDeduplicationMsSmoothAudioDeduplication. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MsSmoothAudioDeduplicationMsSmoothAudioDeduplication. valueOf(String name)Returns the enum constant of this type with the specified name.static MsSmoothAudioDeduplication[]MsSmoothAudioDeduplication. 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 MsSmoothAudioDeduplication Modifier and Type Method Description static Set<MsSmoothAudioDeduplication>MsSmoothAudioDeduplication. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type MsSmoothAudioDeduplication Modifier and Type Method Description MsSmoothGroupSettings.BuilderMsSmoothGroupSettings.Builder. audioDeduplication(MsSmoothAudioDeduplication audioDeduplication)COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.
-