Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.AudioChannelsOption
-
Packages that use AudioChannelsOption Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of AudioChannelsOption in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return AudioChannelsOption Modifier and Type Method Description AudioChannelsOptionLiveConnectorRTMPConfiguration. audioChannels()The audio channels set for the RTMP configurationstatic AudioChannelsOptionAudioChannelsOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioChannelsOptionAudioChannelsOption. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioChannelsOption[]AudioChannelsOption. 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 AudioChannelsOption Modifier and Type Method Description static Set<AudioChannelsOption>AudioChannelsOption. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type AudioChannelsOption Modifier and Type Method Description LiveConnectorRTMPConfiguration.BuilderLiveConnectorRTMPConfiguration.Builder. audioChannels(AudioChannelsOption audioChannels)The audio channels set for the RTMP configuration
-