| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static VideoFillMode |
VideoFillMode.fromValue(String value)
Use this in place of valueOf.
|
static VideoFillMode |
VideoFillMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoFillMode[] |
VideoFillMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PipConfiguration |
PipConfiguration.withVideoFillMode(VideoFillMode 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). |
Copyright © 2024. All rights reserved.