Class: Aws::Types::VideoCodecSettings
- Inherits:
-
Object
- Object
- Aws::Types::VideoCodecSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#av_1_settings ⇒ Types::Av1Settings
Returns the value of attribute av_1_settings.
-
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
-
#h264_settings ⇒ Types::H264Settings
Returns the value of attribute h264_settings.
-
#h265_settings ⇒ Types::H265Settings
Returns the value of attribute h265_settings.
-
#mpeg_2_settings ⇒ Types::Mpeg2Settings
Returns the value of attribute mpeg_2_settings.
Instance Attribute Details
#av_1_settings ⇒ Types::Av1Settings
Returns the value of attribute av_1_settings.
3554 3555 3556 |
# File 'sig/types.rbs', line 3554 def av_1_settings @av_1_settings end |
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
3550 3551 3552 |
# File 'sig/types.rbs', line 3550 def frame_capture_settings @frame_capture_settings end |
#h264_settings ⇒ Types::H264Settings
Returns the value of attribute h264_settings.
3551 3552 3553 |
# File 'sig/types.rbs', line 3551 def h264_settings @h264_settings end |
#h265_settings ⇒ Types::H265Settings
Returns the value of attribute h265_settings.
3552 3553 3554 |
# File 'sig/types.rbs', line 3552 def h265_settings @h265_settings end |
#mpeg_2_settings ⇒ Types::Mpeg2Settings
Returns the value of attribute mpeg_2_settings.
3553 3554 3555 |
# File 'sig/types.rbs', line 3553 def mpeg_2_settings @mpeg_2_settings end |