Class: Aws::IoTSiteWise::Types::FormatSettings

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#frames_per_secondInteger

<p>The target frame rate for the output.</p>

Returns:



9223
9224
9225
9226
9227
9228
9229
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9223

class FormatSettings < Struct.new(
  :frames_per_second,
  :width_in_pixels,
  :height_in_pixels)
  SENSITIVE = []
  include Aws::Structure
end

#height_in_pixelsInteger

<p>The target height of the output, in pixels.</p>

Returns:



9223
9224
9225
9226
9227
9228
9229
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9223

class FormatSettings < Struct.new(
  :frames_per_second,
  :width_in_pixels,
  :height_in_pixels)
  SENSITIVE = []
  include Aws::Structure
end

#width_in_pixelsInteger

<p>The target width of the output, in pixels.</p>

Returns:



9223
9224
9225
9226
9227
9228
9229
# File 'lib/aws-sdk-iotsitewise/types.rb', line 9223

class FormatSettings < Struct.new(
  :frames_per_second,
  :width_in_pixels,
  :height_in_pixels)
  SENSITIVE = []
  include Aws::Structure
end