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.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def av_1_settings @av_1_settings end |
#avc_intra_settings ⇒ Types::AvcIntraSettings
Returns the value of attribute avc_intra_settings.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def avc_intra_settings @avc_intra_settings end |
#codec ⇒ "AV1", ...
Returns the value of attribute codec.
2521 2522 2523 |
# File 'sig/types.rbs', line 2521 def codec @codec end |
#frame_capture_settings ⇒ Types::FrameCaptureSettings
Returns the value of attribute frame_capture_settings.
2522 2523 2524 |
# File 'sig/types.rbs', line 2522 def frame_capture_settings @frame_capture_settings end |
#gif_settings ⇒ Types::GifSettings
Returns the value of attribute gif_settings.
2523 2524 2525 |
# File 'sig/types.rbs', line 2523 def gif_settings @gif_settings end |
#h264_settings ⇒ Types::H264Settings
Returns the value of attribute h264_settings.
2524 2525 2526 |
# File 'sig/types.rbs', line 2524 def h264_settings @h264_settings end |
#h265_settings ⇒ Types::H265Settings
Returns the value of attribute h265_settings.
2525 2526 2527 |
# File 'sig/types.rbs', line 2525 def h265_settings @h265_settings end |
#mpeg_2_settings ⇒ Types::Mpeg2Settings
Returns the value of attribute mpeg_2_settings.
2526 2527 2528 |
# File 'sig/types.rbs', line 2526 def mpeg_2_settings @mpeg_2_settings end |
#passthrough_settings ⇒ Types::PassthroughSettings
Returns the value of attribute passthrough_settings.
2527 2528 2529 |
# File 'sig/types.rbs', line 2527 def passthrough_settings @passthrough_settings end |
#prores_settings ⇒ Types::ProresSettings
Returns the value of attribute prores_settings.
2528 2529 2530 |
# File 'sig/types.rbs', line 2528 def prores_settings @prores_settings end |
#uncompressed_settings ⇒ Types::UncompressedSettings
Returns the value of attribute uncompressed_settings.
2529 2530 2531 |
# File 'sig/types.rbs', line 2529 def uncompressed_settings @uncompressed_settings end |
#vc_3_settings ⇒ Types::Vc3Settings
Returns the value of attribute vc_3_settings.
2530 2531 2532 |
# File 'sig/types.rbs', line 2530 def vc_3_settings @vc_3_settings end |
#vp_8_settings ⇒ Types::Vp8Settings
Returns the value of attribute vp_8_settings.
2531 2532 2533 |
# File 'sig/types.rbs', line 2531 def vp_8_settings @vp_8_settings end |
#vp_9_settings ⇒ Types::Vp9Settings
Returns the value of attribute vp_9_settings.
2532 2533 2534 |
# File 'sig/types.rbs', line 2532 def vp_9_settings @vp_9_settings end |
#xavc_settings ⇒ Types::XavcSettings
Returns the value of attribute xavc_settings.
2533 2534 2535 |
# File 'sig/types.rbs', line 2533 def xavc_settings @xavc_settings end |