Class: Aws::MediaConnect::Types::FrameResolution

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

The frame resolution used by the video stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#frame_heightInteger

The number of pixels in the height of the video frame.

Returns:

  • (Integer)


1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1893

class FrameResolution < Struct.new(
  :frame_height,
  :frame_width)
  SENSITIVE = []
  include Aws::Structure
end

#frame_widthInteger

The number of pixels in the width of the video frame.

Returns:

  • (Integer)


1893
1894
1895
1896
1897
1898
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 1893

class FrameResolution < Struct.new(
  :frame_height,
  :frame_width)
  SENSITIVE = []
  include Aws::Structure
end