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)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1946

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)


1946
1947
1948
1949
1950
1951
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1946

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