Class: Aws::IoTSiteWise::Types::FormatSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::FormatSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
<p>Contains the output format configuration for video processing.</p>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#frames_per_second ⇒ Integer
<p>The target frame rate for the output.</p>.
-
#height_in_pixels ⇒ Integer
<p>The target height of the output, in pixels.</p>.
-
#width_in_pixels ⇒ Integer
<p>The target width of the output, in pixels.</p>.
Instance Attribute Details
#frames_per_second ⇒ Integer
<p>The target frame rate for the output.</p>
9177 9178 9179 9180 9181 9182 9183 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9177 class FormatSettings < Struct.new( :frames_per_second, :width_in_pixels, :height_in_pixels) SENSITIVE = [] include Aws::Structure end |
#height_in_pixels ⇒ Integer
<p>The target height of the output, in pixels.</p>
9177 9178 9179 9180 9181 9182 9183 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9177 class FormatSettings < Struct.new( :frames_per_second, :width_in_pixels, :height_in_pixels) SENSITIVE = [] include Aws::Structure end |
#width_in_pixels ⇒ Integer
<p>The target width of the output, in pixels.</p>
9177 9178 9179 9180 9181 9182 9183 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9177 class FormatSettings < Struct.new( :frames_per_second, :width_in_pixels, :height_in_pixels) SENSITIVE = [] include Aws::Structure end |