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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1936
1937
1938
1939
1940
1941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1936

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)


1936
1937
1938
1939
1940
1941
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1936

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