Uses of Class
software.amazon.awssdk.services.medialive.model.AudioDescription
-
Packages that use AudioDescription Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioDescription in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AudioDescription Modifier and Type Method Description List<AudioDescription>EncoderSettings. audioDescriptions()Returns the value of the AudioDescriptions property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. audioDescriptions(AudioDescription... audioDescriptions)Sets the value of the AudioDescriptions property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type AudioDescription Modifier and Type Method Description EncoderSettings.BuilderEncoderSettings.Builder. audioDescriptions(Collection<AudioDescription> audioDescriptions)Sets the value of the AudioDescriptions property for this object.
-