Class: Aws::Types::VideoDescription
- Inherits:
-
Object
- Object
- Aws::Types::VideoDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#afd_signaling ⇒ "NONE", ...
Returns the value of attribute afd_signaling.
-
#anti_alias ⇒ "DISABLED", "ENABLED"
Returns the value of attribute anti_alias.
-
#chroma_position_mode ⇒ "AUTO", ...
Returns the value of attribute chroma_position_mode.
-
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
-
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
-
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
-
#drop_frame_timecode ⇒ "DISABLED", "ENABLED"
Returns the value of attribute drop_frame_timecode.
-
#fixed_afd ⇒ ::Integer
Returns the value of attribute fixed_afd.
-
#height ⇒ ::Integer
Returns the value of attribute height.
-
#position ⇒ Types::Rectangle
Returns the value of attribute position.
-
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
-
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
-
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
-
#timecode_insertion ⇒ "DISABLED", "PIC_TIMING_SEI"
Returns the value of attribute timecode_insertion.
-
#timecode_track ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timecode_track.
-
#video_preprocessors ⇒ Types::VideoPreprocessor
Returns the value of attribute video_preprocessors.
-
#width ⇒ ::Integer
Returns the value of attribute width.
Instance Attribute Details
#afd_signaling ⇒ "NONE", ...
Returns the value of attribute afd_signaling.
2504 2505 2506 |
# File 'sig/types.rbs', line 2504 def afd_signaling @afd_signaling end |
#anti_alias ⇒ "DISABLED", "ENABLED"
Returns the value of attribute anti_alias.
2505 2506 2507 |
# File 'sig/types.rbs', line 2505 def anti_alias @anti_alias end |
#chroma_position_mode ⇒ "AUTO", ...
Returns the value of attribute chroma_position_mode.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def chroma_position_mode @chroma_position_mode end |
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def codec_settings @codec_settings end |
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def @color_metadata end |
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def crop @crop end |
#drop_frame_timecode ⇒ "DISABLED", "ENABLED"
Returns the value of attribute drop_frame_timecode.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def drop_frame_timecode @drop_frame_timecode end |
#fixed_afd ⇒ ::Integer
Returns the value of attribute fixed_afd.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def fixed_afd @fixed_afd end |
#height ⇒ ::Integer
Returns the value of attribute height.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def height @height end |
#position ⇒ Types::Rectangle
Returns the value of attribute position.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def position @position end |
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def respond_to_afd @respond_to_afd end |
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
2515 2516 2517 |
# File 'sig/types.rbs', line 2515 def scaling_behavior @scaling_behavior end |
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
2516 2517 2518 |
# File 'sig/types.rbs', line 2516 def sharpness @sharpness end |
#timecode_insertion ⇒ "DISABLED", "PIC_TIMING_SEI"
Returns the value of attribute timecode_insertion.
2517 2518 2519 |
# File 'sig/types.rbs', line 2517 def timecode_insertion @timecode_insertion end |
#timecode_track ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timecode_track.
2518 2519 2520 |
# File 'sig/types.rbs', line 2518 def timecode_track @timecode_track end |
#video_preprocessors ⇒ Types::VideoPreprocessor
Returns the value of attribute video_preprocessors.
2519 2520 2521 |
# File 'sig/types.rbs', line 2519 def video_preprocessors @video_preprocessors end |
#width ⇒ ::Integer
Returns the value of attribute width.
2520 2521 2522 |
# File 'sig/types.rbs', line 2520 def width @width end |