Class: Aws::MediaConvert::Types::MultiViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::MultiViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Input settings for MultiView Settings. You can include exactly one input as enhancement layer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_input ⇒ String
Specify the input file S3, HTTP, or HTTPS URL for your right eye view video.
Instance Attribute Details
#file_input ⇒ String
Specify the input file S3, HTTP, or HTTPS URL for your right eye view video.
11921 11922 11923 11924 11925 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 11921 class MultiViewInput < Struct.new( :file_input) SENSITIVE = [] include Aws::Structure end |