Uses of Class
software.amazon.awssdk.services.mediaconvert.model.DynamicAudioSelectorType
-
Packages that use DynamicAudioSelectorType Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of DynamicAudioSelectorType in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return DynamicAudioSelectorType Modifier and Type Method Description static DynamicAudioSelectorTypeDynamicAudioSelectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DynamicAudioSelectorTypeDynamicAudioSelector. selectorType()Specify which audio tracks to dynamically select from your source.static DynamicAudioSelectorTypeDynamicAudioSelectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static DynamicAudioSelectorType[]DynamicAudioSelectorType. 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 DynamicAudioSelectorType Modifier and Type Method Description static Set<DynamicAudioSelectorType>DynamicAudioSelectorType. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type DynamicAudioSelectorType Modifier and Type Method Description DynamicAudioSelector.BuilderDynamicAudioSelector.Builder. selectorType(DynamicAudioSelectorType selectorType)Specify which audio tracks to dynamically select from your source.
-