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.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def alpha_behavior @alpha_behavior end |
#color_space ⇒ "FOLLOW", ...
Returns the value of attribute color_space.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def color_space @color_space end |
#color_space_usage ⇒ "FORCE", "FALLBACK"
Returns the value of attribute color_space_usage.
2649 2650 2651 |
# File 'sig/types.rbs', line 2649 def color_space_usage @color_space_usage end |
#embedded_timecode_override ⇒ "NONE", "USE_MDPM"
Returns the value of attribute embedded_timecode_override.
2650 2651 2652 |
# File 'sig/types.rbs', line 2650 def end |
#hdr_10_metadata ⇒ Types::Hdr10Metadata
Returns the value of attribute hdr_10_metadata.
2651 2652 2653 |
# File 'sig/types.rbs', line 2651 def end |
#max_luminance ⇒ ::Integer
Returns the value of attribute max_luminance.
2652 2653 2654 |
# File 'sig/types.rbs', line 2652 def max_luminance @max_luminance end |
#pad_video ⇒ "DISABLED", "BLACK"
Returns the value of attribute pad_video.
2653 2654 2655 |
# File 'sig/types.rbs', line 2653 def pad_video @pad_video end |
#pid ⇒ ::Integer
Returns the value of attribute pid.
2654 2655 2656 |
# File 'sig/types.rbs', line 2654 def pid @pid end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
2655 2656 2657 |
# File 'sig/types.rbs', line 2655 def program_number @program_number end |
#rotate ⇒ "DEGREE_0", ...
Returns the value of attribute rotate.
2656 2657 2658 |
# File 'sig/types.rbs', line 2656 def rotate @rotate end |
#sample_range ⇒ "FOLLOW", ...
Returns the value of attribute sample_range.
2657 2658 2659 |
# File 'sig/types.rbs', line 2657 def sample_range @sample_range end |
#selector_type ⇒ "AUTO", "STREAM"
Returns the value of attribute selector_type.
2658 2659 2660 |
# File 'sig/types.rbs', line 2658 def selector_type @selector_type end |
#streams ⇒ ::Array[::Integer]
Returns the value of attribute streams.
2659 2660 2661 |
# File 'sig/types.rbs', line 2659 def streams @streams end |