Class: Aws::ChimeSDKMediaPipelines::Types::VerticalLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::VerticalLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Defines the configuration settings for a vertical layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tile_aspect_ratio ⇒ String
Sets the aspect ratio of the video tiles, such as 16:9.
-
#tile_count ⇒ Integer
The maximum number of tiles to display.
-
#tile_order ⇒ String
Sets the automatic ordering of the video tiles.
-
#tile_position ⇒ String
Sets the position of vertical tiles.
Instance Attribute Details
#tile_aspect_ratio ⇒ String
Sets the aspect ratio of the video tiles, such as 16:9.
3538 3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3538 class VerticalLayoutConfiguration < Struct.new( :tile_order, :tile_position, :tile_count, :tile_aspect_ratio) SENSITIVE = [] include Aws::Structure end |
#tile_count ⇒ Integer
The maximum number of tiles to display.
3538 3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3538 class VerticalLayoutConfiguration < Struct.new( :tile_order, :tile_position, :tile_count, :tile_aspect_ratio) SENSITIVE = [] include Aws::Structure end |
#tile_order ⇒ String
Sets the automatic ordering of the video tiles.
3538 3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3538 class VerticalLayoutConfiguration < Struct.new( :tile_order, :tile_position, :tile_count, :tile_aspect_ratio) SENSITIVE = [] include Aws::Structure end |
#tile_position ⇒ String
Sets the position of vertical tiles.
3538 3539 3540 3541 3542 3543 3544 3545 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3538 class VerticalLayoutConfiguration < Struct.new( :tile_order, :tile_position, :tile_count, :tile_aspect_ratio) SENSITIVE = [] include Aws::Structure end |