Class: Aws::IVSRealTime::Types::PipConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb

Overview

Configuration information specific to Picture-in-Picture (PiP) layout, for server-side composition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#grid_gapInteger

Specifies the spacing between participant tiles in pixels. Default: 0.

Returns:

  • (Integer)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#omit_stopped_videoBoolean

Determines whether to omit participants with stopped video in the composition. Default: false.

Returns:

  • (Boolean)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_behaviorString

Defines PiP behavior when all participants have left. Default: STATIC.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_heightInteger

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:

  • (Integer)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_offsetInteger

Sets the PiP window’s offset position in pixels from the closest edges determined by PipPosition. Default: 0.

Returns:

  • (Integer)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_participant_attributeString

Identifies the PiP slot. A participant with this attribute set to "true" (as a string value) in ParticipantTokenConfiguration is placed in the PiP slot.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_positionString

Determines the corner position of the PiP window. Default: BOTTOM_RIGHT.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#pip_widthInteger

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:

  • (Integer)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end

#video_fill_modeString

Defines how video fits within the participant tile. Default: COVER.

Returns:

  • (String)


1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1544

class PipConfiguration < Struct.new(
  :featured_participant_attribute,
  :grid_gap,
  :omit_stopped_video,
  :pip_behavior,
  :pip_height,
  :pip_offset,
  :pip_participant_attribute,
  :pip_position,
  :pip_width,
  :video_fill_mode)
  SENSITIVE = []
  include Aws::Structure
end