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)


1980
1981
1982
1983
1984
1985
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1980

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)


1980
1981
1982
1983
1984
1985
# File 'lib/aws-sdk-mediaconnect/types.rb', line 1980

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