Uses of Class
software.amazon.awssdk.services.mediaconnect.model.MediaStreamSourceConfiguration
-
Packages that use MediaStreamSourceConfiguration Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of MediaStreamSourceConfiguration in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type MediaStreamSourceConfiguration Modifier and Type Method Description List<MediaStreamSourceConfiguration>Source. mediaStreamSourceConfigurations()The media streams that are associated with the source, and the parameters for those associations.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type MediaStreamSourceConfiguration Modifier and Type Method Description Source.BuilderSource.Builder. mediaStreamSourceConfigurations(MediaStreamSourceConfiguration... mediaStreamSourceConfigurations)The media streams that are associated with the source, and the parameters for those associations.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type MediaStreamSourceConfiguration Modifier and Type Method Description Source.BuilderSource.Builder. mediaStreamSourceConfigurations(Collection<MediaStreamSourceConfiguration> mediaStreamSourceConfigurations)The media streams that are associated with the source, and the parameters for those associations.
-