Class: Aws::Types::VideoConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::VideoConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avc_level ⇒ ::String
Returns the value of attribute avc_level.
-
#avc_profile ⇒ ::String
Returns the value of attribute avc_profile.
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#encoder ⇒ ::String
Returns the value of attribute encoder.
-
#level ⇒ ::String
Returns the value of attribute level.
-
#profile ⇒ ::String
Returns the value of attribute profile.
-
#target_bitrate ⇒ ::Integer
Returns the value of attribute target_bitrate.
-
#target_framerate ⇒ ::Integer
Returns the value of attribute target_framerate.
-
#track ⇒ ::String
Returns the value of attribute track.
-
#video_height ⇒ ::Integer
Returns the value of attribute video_height.
-
#video_width ⇒ ::Integer
Returns the value of attribute video_width.
Instance Attribute Details
#avc_level ⇒ ::String
Returns the value of attribute avc_level.
893 894 895 |
# File 'sig/types.rbs', line 893 def avc_level @avc_level end |
#avc_profile ⇒ ::String
Returns the value of attribute avc_profile.
892 893 894 |
# File 'sig/types.rbs', line 892 def avc_profile @avc_profile end |
#codec ⇒ ::String
Returns the value of attribute codec.
894 895 896 |
# File 'sig/types.rbs', line 894 def codec @codec end |
#encoder ⇒ ::String
Returns the value of attribute encoder.
895 896 897 |
# File 'sig/types.rbs', line 895 def encoder @encoder end |
#level ⇒ ::String
Returns the value of attribute level.
900 901 902 |
# File 'sig/types.rbs', line 900 def level @level end |
#profile ⇒ ::String
Returns the value of attribute profile.
902 903 904 |
# File 'sig/types.rbs', line 902 def profile @profile end |
#target_bitrate ⇒ ::Integer
Returns the value of attribute target_bitrate.
896 897 898 |
# File 'sig/types.rbs', line 896 def target_bitrate @target_bitrate end |
#target_framerate ⇒ ::Integer
Returns the value of attribute target_framerate.
897 898 899 |
# File 'sig/types.rbs', line 897 def target_framerate @target_framerate end |
#track ⇒ ::String
Returns the value of attribute track.
901 902 903 |
# File 'sig/types.rbs', line 901 def track @track end |
#video_height ⇒ ::Integer
Returns the value of attribute video_height.
898 899 900 |
# File 'sig/types.rbs', line 898 def video_height @video_height end |
#video_width ⇒ ::Integer
Returns the value of attribute video_width.
899 900 901 |
# File 'sig/types.rbs', line 899 def video_width @video_width end |