| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
AudioChannelsOption |
LiveConnectorRTMPConfiguration.audioChannels()
The audio channels set for the RTMP configuration
|
static AudioChannelsOption |
AudioChannelsOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AudioChannelsOption |
AudioChannelsOption.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AudioChannelsOption> |
AudioChannelsOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
LiveConnectorRTMPConfiguration.Builder |
LiveConnectorRTMPConfiguration.Builder.audioChannels(AudioChannelsOption audioChannels)
The audio channels set for the RTMP configuration
|
Copyright © 2022. All rights reserved.