| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
GridConfiguration |
GridConfiguration.clone() |
GridConfiguration |
LayoutConfiguration.getGrid()
Configuration related to grid layout.
|
GridConfiguration |
GridConfiguration.withFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot.
|
GridConfiguration |
GridConfiguration.withGridGap(Integer gridGap)
Specifies the spacing between participant tiles in pixels.
|
GridConfiguration |
GridConfiguration.withOmitStoppedVideo(Boolean omitStoppedVideo)
Determines whether to omit participants with stopped video in the composition.
|
GridConfiguration |
GridConfiguration.withVideoAspectRatio(String videoAspectRatio)
Sets the non-featured participant display mode.
|
GridConfiguration |
GridConfiguration.withVideoAspectRatio(VideoAspectRatio videoAspectRatio)
Sets the non-featured participant display mode.
|
GridConfiguration |
GridConfiguration.withVideoFillMode(String videoFillMode)
Defines how video fits within the participant tile.
|
GridConfiguration |
GridConfiguration.withVideoFillMode(VideoFillMode videoFillMode)
Defines how video fits within the participant tile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutConfiguration.setGrid(GridConfiguration grid)
Configuration related to grid layout.
|
LayoutConfiguration |
LayoutConfiguration.withGrid(GridConfiguration grid)
Configuration related to grid layout.
|
Copyright © 2024. All rights reserved.