| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmediapipelines.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveSpeakerPosition |
ActiveSpeakerOnlyConfiguration.activeSpeakerPosition()
The position of the
ActiveSpeakerOnly video tile. |
static ActiveSpeakerPosition |
ActiveSpeakerPosition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActiveSpeakerPosition |
ActiveSpeakerPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActiveSpeakerPosition[] |
ActiveSpeakerPosition.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<ActiveSpeakerPosition> |
ActiveSpeakerPosition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ActiveSpeakerOnlyConfiguration.Builder |
ActiveSpeakerOnlyConfiguration.Builder.activeSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition)
The position of the
ActiveSpeakerOnly video tile. |
Copyright © 2023. All rights reserved.