Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ActiveSpeakerPosition
-
Packages that use ActiveSpeakerPosition Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ActiveSpeakerPosition in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ActiveSpeakerPosition Modifier and Type Method Description ActiveSpeakerPositionActiveSpeakerOnlyConfiguration. activeSpeakerPosition()The position of theActiveSpeakerOnlyvideo tile.static ActiveSpeakerPositionActiveSpeakerPosition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ActiveSpeakerPositionActiveSpeakerPosition. 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.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type ActiveSpeakerPosition Modifier and Type Method Description static Set<ActiveSpeakerPosition>ActiveSpeakerPosition. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ActiveSpeakerPosition Modifier and Type Method Description ActiveSpeakerOnlyConfiguration.BuilderActiveSpeakerOnlyConfiguration.Builder. activeSpeakerPosition(ActiveSpeakerPosition activeSpeakerPosition)The position of theActiveSpeakerOnlyvideo tile.
-