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.
3549 3550 3551 |
# File 'sig/types.rbs', line 3549 def av_1_settings @av_1_settings end |
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
3545 3546 3547 |
# File 'sig/types.rbs', line 3545 def frame_capture_settings @frame_capture_settings end |
#h264_settings ⇒ Types::H264Settings
Returns the value of attribute h264_settings.
3546 3547 3548 |
# File 'sig/types.rbs', line 3546 def h264_settings @h264_settings end |
#h265_settings ⇒ Types::H265Settings
Returns the value of attribute h265_settings.
3547 3548 3549 |
# File 'sig/types.rbs', line 3547 def h265_settings @h265_settings end |
#mpeg_2_settings ⇒ Types::Mpeg2Settings
Returns the value of attribute mpeg_2_settings.
3548 3549 3550 |
# File 'sig/types.rbs', line 3548 def mpeg_2_settings @mpeg_2_settings end |