Class: Aws::Types::FmtpRequest
- Inherits:
-
Object
- Object
- Aws::Types::FmtpRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_order ⇒ ::String
Returns the value of attribute channel_order.
-
#colorimetry ⇒ "BT601", ...
Returns the value of attribute colorimetry.
-
#exact_framerate ⇒ ::String
Returns the value of attribute exact_framerate.
-
#par ⇒ ::String
Returns the value of attribute par.
-
#range ⇒ "NARROW", ...
Returns the value of attribute range.
-
#scan_mode ⇒ "progressive", ...
Returns the value of attribute scan_mode.
-
#tcs ⇒ "SDR", ...
Returns the value of attribute tcs.
Instance Attribute Details
#channel_order ⇒ ::String
Returns the value of attribute channel_order.
792 793 794 |
# File 'sig/types.rbs', line 792 def channel_order @channel_order end |
#colorimetry ⇒ "BT601", ...
Returns the value of attribute colorimetry.
793 794 795 |
# File 'sig/types.rbs', line 793 def colorimetry @colorimetry end |
#exact_framerate ⇒ ::String
Returns the value of attribute exact_framerate.
794 795 796 |
# File 'sig/types.rbs', line 794 def exact_framerate @exact_framerate end |
#par ⇒ ::String
Returns the value of attribute par.
795 796 797 |
# File 'sig/types.rbs', line 795 def par @par end |
#range ⇒ "NARROW", ...
Returns the value of attribute range.
796 797 798 |
# File 'sig/types.rbs', line 796 def range @range end |
#scan_mode ⇒ "progressive", ...
Returns the value of attribute scan_mode.
797 798 799 |
# File 'sig/types.rbs', line 797 def scan_mode @scan_mode end |
#tcs ⇒ "SDR", ...
Returns the value of attribute tcs.
798 799 800 |
# File 'sig/types.rbs', line 798 def tcs @tcs end |