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:

  • (Integer)


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_pixelsInteger

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

Returns:

  • (Integer)


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_pixelsInteger

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

Returns:

  • (Integer)


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