Class PipConfiguration
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<PipConfiguration.Builder,
PipConfiguration>
Configuration information specific to Picture-in-Picture (PiP) layout, for server-side composition.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PipConfiguration.Builder
builder()
final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final String
This attribute name identifies the featured slot.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final Integer
gridGap()
Specifies the spacing between participant tiles in pixels.final int
hashCode()
final Boolean
Determines whether to omit participants with stopped video in the composition.final PipBehavior
Defines PiP behavior when all participants have left:STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition).final String
Defines PiP behavior when all participants have left:STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition).final Integer
Specifies the height of the PiP window in pixels.final Integer
Sets the PiP window’s offset position in pixels from the closest edges determined byPipPosition
.final String
Specifies the participant for the PiP window.final PipPosition
Determines the corner position of the PiP window.final String
Determines the corner position of the PiP window.final Integer
pipWidth()
Specifies the width of the PiP window in pixels.static Class
<? extends PipConfiguration.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final VideoFillMode
Defines how video content fits within the participant tile:FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed).final String
Defines how video content fits within the participant tile:FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed).Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
featuredParticipantAttribute
This attribute name identifies the featured slot. A participant with this attribute set to
"true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot. Default:""
(no featured participant).- Returns:
- This attribute name identifies the featured slot. A participant with this attribute set to
"true"
(as a string value) in ParticipantTokenConfiguration is placed in the featured slot. Default:""
(no featured participant).
-
omitStoppedVideo
Determines whether to omit participants with stopped video in the composition. Default:
false
.- Returns:
- Determines whether to omit participants with stopped video in the composition. Default:
false
.
-
videoFillMode
Defines how video content fits within the participant tile:
FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed). Default:COVER
.If the service returns an enum value that is not available in the current SDK version,
videoFillMode
will returnVideoFillMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvideoFillModeAsString()
.- Returns:
- Defines how video content fits within the participant tile:
FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed). Default:COVER
. - See Also:
-
videoFillModeAsString
Defines how video content fits within the participant tile:
FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed). Default:COVER
.If the service returns an enum value that is not available in the current SDK version,
videoFillMode
will returnVideoFillMode.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromvideoFillModeAsString()
.- Returns:
- Defines how video content fits within the participant tile:
FILL
(stretched),COVER
(cropped), orCONTAIN
(letterboxed). Default:COVER
. - See Also:
-
gridGap
Specifies the spacing between participant tiles in pixels. Default:
0
.- Returns:
- Specifies the spacing between participant tiles in pixels. Default:
0
.
-
pipParticipantAttribute
Specifies the participant for the PiP window. A participant with this attribute set to
"true"
(as a string value) in ParticipantTokenConfiguration is placed in the PiP slot. Default:""
(no PiP participant).- Returns:
- Specifies the participant for the PiP window. A participant with this attribute set to
"true"
(as a string value) in ParticipantTokenConfiguration is placed in the PiP slot. Default:""
(no PiP participant).
-
pipBehavior
Defines PiP behavior when all participants have left:
STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition). Default:STATIC
.If the service returns an enum value that is not available in the current SDK version,
pipBehavior
will returnPipBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipBehaviorAsString()
.- Returns:
- Defines PiP behavior when all participants have left:
STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition). Default:STATIC
. - See Also:
-
pipBehaviorAsString
Defines PiP behavior when all participants have left:
STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition). Default:STATIC
.If the service returns an enum value that is not available in the current SDK version,
pipBehavior
will returnPipBehavior.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipBehaviorAsString()
.- Returns:
- Defines PiP behavior when all participants have left:
STATIC
(maintains original position/size) orDYNAMIC
(expands to full composition). Default:STATIC
. - See Also:
-
pipOffset
Sets the PiP window’s offset position in pixels from the closest edges determined by
PipPosition
. Default:0
.- Returns:
- Sets the PiP window’s offset position in pixels from the closest edges determined by
PipPosition
. Default:0
.
-
pipPosition
Determines the corner position of the PiP window. Default:
BOTTOM_RIGHT
.If the service returns an enum value that is not available in the current SDK version,
pipPosition
will returnPipPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipPositionAsString()
.- Returns:
- Determines the corner position of the PiP window. Default:
BOTTOM_RIGHT
. - See Also:
-
pipPositionAsString
Determines the corner position of the PiP window. Default:
BOTTOM_RIGHT
.If the service returns an enum value that is not available in the current SDK version,
pipPosition
will returnPipPosition.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available frompipPositionAsString()
.- Returns:
- Determines the corner position of the PiP window. Default:
BOTTOM_RIGHT
. - See Also:
-
pipWidth
Specifies the width of the PiP window in pixels. When this is not set explicitly,
pipWidth
’s value will be based on the size of the composition and the aspect ratio of the participant’s video.- Returns:
- Specifies the width of the PiP window in pixels. When this is not set explicitly,
pipWidth
’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
-
pipHeight
Specifies the height of the PiP window in pixels. When this is not set explicitly,
pipHeight
’s value will be based on the size of the composition and the aspect ratio of the participant’s video.- Returns:
- Specifies the height of the PiP window in pixels. When this is not set explicitly,
pipHeight
’s value will be based on the size of the composition and the aspect ratio of the participant’s video.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<PipConfiguration.Builder,
PipConfiguration> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToField
in interfaceSdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
-