Class: Aws::Types::EncodingConfig
- Inherits:
-
Object
- Object
- Aws::Types::EncodingConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encoding_profile ⇒ "DISTRIBUTION_H264_DEFAULT", "CONTRIBUTION_H264_DEFAULT"
Returns the value of attribute encoding_profile.
-
#video_max_bitrate ⇒ ::Integer
Returns the value of attribute video_max_bitrate.
Instance Attribute Details
#encoding_profile ⇒ "DISTRIBUTION_H264_DEFAULT", "CONTRIBUTION_H264_DEFAULT"
Returns the value of attribute encoding_profile.
644 645 646 |
# File 'sig/types.rbs', line 644 def encoding_profile @encoding_profile end |
#video_max_bitrate ⇒ ::Integer
Returns the value of attribute video_max_bitrate.
645 646 647 |
# File 'sig/types.rbs', line 645 def video_max_bitrate @video_max_bitrate end |