| 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, to control the aspect ratio of video tiles.
|
GridConfiguration |
GridConfiguration.withVideoAspectRatio(VideoAspectRatio videoAspectRatio)
Sets the non-featured participant display mode, to control the aspect ratio of video tiles.
|
GridConfiguration |
GridConfiguration.withVideoFillMode(String videoFillMode)
Defines how video content fits within the participant tile:
FILL (stretched), COVER
(cropped), or CONTAIN (letterboxed). |
GridConfiguration |
GridConfiguration.withVideoFillMode(VideoFillMode videoFillMode)
Defines how video content fits within the participant tile:
FILL (stretched), COVER
(cropped), or CONTAIN (letterboxed). |
| 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.