| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
PipConfiguration |
PipConfiguration.clone() |
PipConfiguration |
LayoutConfiguration.getPip()
Configuration related to PiP layout.
|
PipConfiguration |
PipConfiguration.withFeaturedParticipantAttribute(String featuredParticipantAttribute)
This attribute name identifies the featured slot.
|
PipConfiguration |
PipConfiguration.withGridGap(Integer gridGap)
Specifies the spacing between participant tiles in pixels.
|
PipConfiguration |
PipConfiguration.withOmitStoppedVideo(Boolean omitStoppedVideo)
Determines whether to omit participants with stopped video in the composition.
|
PipConfiguration |
PipConfiguration.withPipBehavior(PipBehavior pipBehavior)
Defines PiP behavior when all participants have left.
|
PipConfiguration |
PipConfiguration.withPipBehavior(String pipBehavior)
Defines PiP behavior when all participants have left.
|
PipConfiguration |
PipConfiguration.withPipHeight(Integer pipHeight)
Specifies the height of the PiP window in pixels.
|
PipConfiguration |
PipConfiguration.withPipOffset(Integer pipOffset)
Sets the PiP window’s offset position in pixels from the closest edges determined by
PipPosition. |
PipConfiguration |
PipConfiguration.withPipParticipantAttribute(String pipParticipantAttribute)
Identifies the PiP slot.
|
PipConfiguration |
PipConfiguration.withPipPosition(PipPosition pipPosition)
Determines the corner position of the PiP window.
|
PipConfiguration |
PipConfiguration.withPipPosition(String pipPosition)
Determines the corner position of the PiP window.
|
PipConfiguration |
PipConfiguration.withPipWidth(Integer pipWidth)
Specifies the width of the PiP window in pixels.
|
PipConfiguration |
PipConfiguration.withVideoFillMode(String videoFillMode)
Defines how video fits within the participant tile.
|
PipConfiguration |
PipConfiguration.withVideoFillMode(VideoFillMode videoFillMode)
Defines how video fits within the participant tile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutConfiguration.setPip(PipConfiguration pip)
Configuration related to PiP layout.
|
LayoutConfiguration |
LayoutConfiguration.withPip(PipConfiguration pip)
Configuration related to PiP layout.
|
Copyright © 2024. All rights reserved.