static PipConfiguration.Builder |
PipConfiguration.builder() |
|
PipConfiguration.Builder |
PipConfiguration.Builder.featuredParticipantAttribute(String featuredParticipantAttribute) |
This attribute name identifies the featured slot.
|
PipConfiguration.Builder |
PipConfiguration.Builder.gridGap(Integer gridGap) |
Specifies the spacing between participant tiles in pixels.
|
PipConfiguration.Builder |
PipConfiguration.Builder.omitStoppedVideo(Boolean omitStoppedVideo) |
Determines whether to omit participants with stopped video in the composition.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipBehavior(String pipBehavior) |
Defines PiP behavior when all participants have left: STATIC (maintains original position/size)
or DYNAMIC (expands to full composition).
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipBehavior(PipBehavior pipBehavior) |
Defines PiP behavior when all participants have left: STATIC (maintains original position/size)
or DYNAMIC (expands to full composition).
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipHeight(Integer pipHeight) |
Specifies the height of the PiP window in pixels.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipOffset(Integer pipOffset) |
Sets the PiP window’s offset position in pixels from the closest edges determined by PipPosition
.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipParticipantAttribute(String pipParticipantAttribute) |
Specifies the participant for the PiP window.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipPosition(String pipPosition) |
Determines the corner position of the PiP window.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipPosition(PipPosition pipPosition) |
Determines the corner position of the PiP window.
|
PipConfiguration.Builder |
PipConfiguration.Builder.pipWidth(Integer pipWidth) |
Specifies the width of the PiP window in pixels.
|
PipConfiguration.Builder |
PipConfiguration.toBuilder() |
|
PipConfiguration.Builder |
PipConfiguration.Builder.videoFillMode(String videoFillMode) |
Defines how video content fits within the participant tile: FILL (stretched), COVER
(cropped), or CONTAIN (letterboxed).
|
PipConfiguration.Builder |
PipConfiguration.Builder.videoFillMode(VideoFillMode videoFillMode) |
Defines how video content fits within the participant tile: FILL (stretched), COVER
(cropped), or CONTAIN (letterboxed).
|