Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.AudioMuxType
-
Packages that use AudioMuxType Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of AudioMuxType in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return AudioMuxType Modifier and Type Method Description static AudioMuxTypeAudioMuxType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudioMuxTypeAudioArtifactsConfiguration. muxType()The MUX type of the audio artifact configuration object.static AudioMuxTypeAudioMuxType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioMuxType[]AudioMuxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type AudioMuxType Modifier and Type Method Description static Set<AudioMuxType>AudioMuxType. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type AudioMuxType Modifier and Type Method Description AudioArtifactsConfiguration.BuilderAudioArtifactsConfiguration.Builder. muxType(AudioMuxType muxType)The MUX type of the audio artifact configuration object.
-