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.
2538 2539 2540 |
# File 'sig/types.rbs', line 2538 def afd_signaling @afd_signaling end |
#anti_alias ⇒ "DISABLED", "ENABLED"
Returns the value of attribute anti_alias.
2539 2540 2541 |
# File 'sig/types.rbs', line 2539 def anti_alias @anti_alias end |
#chroma_position_mode ⇒ "AUTO", ...
Returns the value of attribute chroma_position_mode.
2540 2541 2542 |
# File 'sig/types.rbs', line 2540 def chroma_position_mode @chroma_position_mode end |
#codec_settings ⇒ Types::VideoCodecSettings
Returns the value of attribute codec_settings.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def codec_settings @codec_settings end |
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def end |
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def crop @crop end |
#drop_frame_timecode ⇒ "DISABLED", "ENABLED"
Returns the value of attribute drop_frame_timecode.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def drop_frame_timecode @drop_frame_timecode end |
#fixed_afd ⇒ ::Integer
Returns the value of attribute fixed_afd.
2545 2546 2547 |
# File 'sig/types.rbs', line 2545 def fixed_afd @fixed_afd end |
#height ⇒ ::Integer
Returns the value of attribute height.
2546 2547 2548 |
# File 'sig/types.rbs', line 2546 def height @height end |
#position ⇒ Types::Rectangle
Returns the value of attribute position.
2547 2548 2549 |
# File 'sig/types.rbs', line 2547 def position @position end |
#respond_to_afd ⇒ "NONE", ...
Returns the value of attribute respond_to_afd.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def respond_to_afd @respond_to_afd end |
#scaling_behavior ⇒ "DEFAULT", ...
Returns the value of attribute scaling_behavior.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def scaling_behavior @scaling_behavior end |
#sharpness ⇒ ::Integer
Returns the value of attribute sharpness.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def sharpness @sharpness end |
#timecode_insertion ⇒ "DISABLED", "PIC_TIMING_SEI"
Returns the value of attribute timecode_insertion.
2551 2552 2553 |
# File 'sig/types.rbs', line 2551 def timecode_insertion @timecode_insertion end |
#timecode_track ⇒ "DISABLED", "ENABLED"
Returns the value of attribute timecode_track.
2552 2553 2554 |
# File 'sig/types.rbs', line 2552 def timecode_track @timecode_track end |
#video_preprocessors ⇒ Types::VideoPreprocessor
Returns the value of attribute video_preprocessors.
2553 2554 2555 |
# File 'sig/types.rbs', line 2553 def video_preprocessors @video_preprocessors end |
#width ⇒ ::Integer
Returns the value of attribute width.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def width @width end |