Class: Aws::Types::VideoSelector
- Inherits:
-
Object
- Object
- Aws::Types::VideoSelector
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alpha_behavior ⇒ "DISCARD", "REMAP_TO_LUMA"
Returns the value of attribute alpha_behavior.
-
#color_space ⇒ "FOLLOW", ...
Returns the value of attribute color_space.
-
#color_space_usage ⇒ "FORCE", "FALLBACK"
Returns the value of attribute color_space_usage.
-
#embedded_timecode_override ⇒ "NONE", "USE_MDPM"
Returns the value of attribute embedded_timecode_override.
-
#hdr_10_metadata ⇒ Types::Hdr10Metadata
Returns the value of attribute hdr_10_metadata.
-
#max_luminance ⇒ ::Integer
Returns the value of attribute max_luminance.
-
#pad_video ⇒ "DISABLED", "BLACK"
Returns the value of attribute pad_video.
-
#pid ⇒ ::Integer
Returns the value of attribute pid.
-
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
-
#rotate ⇒ "DEGREE_0", ...
Returns the value of attribute rotate.
-
#sample_range ⇒ "FOLLOW", ...
Returns the value of attribute sample_range.
-
#selector_type ⇒ "AUTO", "STREAM"
Returns the value of attribute selector_type.
-
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
Instance Attribute Details
#alpha_behavior ⇒ "DISCARD", "REMAP_TO_LUMA"
Returns the value of attribute alpha_behavior.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def alpha_behavior @alpha_behavior end |
#color_space ⇒ "FOLLOW", ...
Returns the value of attribute color_space.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def color_space @color_space end |
#color_space_usage ⇒ "FORCE", "FALLBACK"
Returns the value of attribute color_space_usage.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def color_space_usage @color_space_usage end |
#embedded_timecode_override ⇒ "NONE", "USE_MDPM"
Returns the value of attribute embedded_timecode_override.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def @embedded_timecode_override end |
#hdr_10_metadata ⇒ Types::Hdr10Metadata
Returns the value of attribute hdr_10_metadata.
2615 2616 2617 |
# File 'sig/types.rbs', line 2615 def @hdr_10_metadata end |
#max_luminance ⇒ ::Integer
Returns the value of attribute max_luminance.
2616 2617 2618 |
# File 'sig/types.rbs', line 2616 def max_luminance @max_luminance end |
#pad_video ⇒ "DISABLED", "BLACK"
Returns the value of attribute pad_video.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def pad_video @pad_video end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def pid @pid end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def program_number @program_number end |
#rotate ⇒ "DEGREE_0", ...
Returns the value of attribute rotate.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def rotate @rotate end |
#sample_range ⇒ "FOLLOW", ...
Returns the value of attribute sample_range.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def sample_range @sample_range end |
#selector_type ⇒ "AUTO", "STREAM"
Returns the value of attribute selector_type.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def selector_type @selector_type end |
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def streams @streams end |