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.
-
#avc_intra_settings ⇒ Types::AvcIntraSettings
Returns the value of attribute avc_intra_settings.
-
#codec ⇒ "AV1", ...
Returns the value of attribute codec.
-
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
-
#gif_settings ⇒ Types::GifSettings
Returns the value of attribute gif_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.
-
#passthrough_settings ⇒ Types::PassthroughSettings
Returns the value of attribute passthrough_settings.
-
#prores_settings ⇒ Types::ProresSettings
Returns the value of attribute prores_settings.
-
#uncompressed_settings ⇒ Types::UncompressedSettings
Returns the value of attribute uncompressed_settings.
-
#vc_3_settings ⇒ Types::Vc3Settings
Returns the value of attribute vc_3_settings.
-
#vp_8_settings ⇒ Types::Vp8Settings
Returns the value of attribute vp_8_settings.
-
#vp_9_settings ⇒ Types::Vp9Settings
Returns the value of attribute vp_9_settings.
-
#xavc_settings ⇒ Types::XavcSettings
Returns the value of attribute xavc_settings.
Instance Attribute Details
#av_1_settings ⇒ Types::Av1Settings
Returns the value of attribute av_1_settings.
2485 2486 2487 |
# File 'sig/types.rbs', line 2485 def av_1_settings @av_1_settings end |
#avc_intra_settings ⇒ Types::AvcIntraSettings
Returns the value of attribute avc_intra_settings.
2486 2487 2488 |
# File 'sig/types.rbs', line 2486 def avc_intra_settings @avc_intra_settings end |
#codec ⇒ "AV1", ...
Returns the value of attribute codec.
2487 2488 2489 |
# File 'sig/types.rbs', line 2487 def codec @codec end |
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
2488 2489 2490 |
# File 'sig/types.rbs', line 2488 def frame_capture_settings @frame_capture_settings end |
#gif_settings ⇒ Types::GifSettings
Returns the value of attribute gif_settings.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def gif_settings @gif_settings end |
#h264_settings ⇒ Types::H264Settings
Returns the value of attribute h264_settings.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def h264_settings @h264_settings end |
#h265_settings ⇒ Types::H265Settings
Returns the value of attribute h265_settings.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def h265_settings @h265_settings end |
#mpeg_2_settings ⇒ Types::Mpeg2Settings
Returns the value of attribute mpeg_2_settings.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def mpeg_2_settings @mpeg_2_settings end |
#passthrough_settings ⇒ Types::PassthroughSettings
Returns the value of attribute passthrough_settings.
2493 2494 2495 |
# File 'sig/types.rbs', line 2493 def passthrough_settings @passthrough_settings end |
#prores_settings ⇒ Types::ProresSettings
Returns the value of attribute prores_settings.
2494 2495 2496 |
# File 'sig/types.rbs', line 2494 def prores_settings @prores_settings end |
#uncompressed_settings ⇒ Types::UncompressedSettings
Returns the value of attribute uncompressed_settings.
2495 2496 2497 |
# File 'sig/types.rbs', line 2495 def uncompressed_settings @uncompressed_settings end |
#vc_3_settings ⇒ Types::Vc3Settings
Returns the value of attribute vc_3_settings.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def vc_3_settings @vc_3_settings end |
#vp_8_settings ⇒ Types::Vp8Settings
Returns the value of attribute vp_8_settings.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def vp_8_settings @vp_8_settings end |
#vp_9_settings ⇒ Types::Vp9Settings
Returns the value of attribute vp_9_settings.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def vp_9_settings @vp_9_settings end |
#xavc_settings ⇒ Types::XavcSettings
Returns the value of attribute xavc_settings.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def xavc_settings @xavc_settings end |