Class: Aws::MediaConnect::Types::FrameResolution
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FrameResolution
- 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
-
#frame_height ⇒ Integer
The number of pixels in the height of the video frame.
-
#frame_width ⇒ Integer
The number of pixels in the width of the video frame.
Instance Attribute Details
#frame_height ⇒ Integer
The number of pixels in the height of the video frame.
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_width ⇒ Integer
The number of pixels in the width of the video frame.
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 |