Class: Aws::Types::Fmtp
- Inherits:
-
Object
- Object
- Aws::Types::Fmtp
- 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.
781 782 783 |
# File 'sig/types.rbs', line 781 def channel_order @channel_order end |
#colorimetry ⇒ "BT601", ...
Returns the value of attribute colorimetry.
782 783 784 |
# File 'sig/types.rbs', line 782 def colorimetry @colorimetry end |
#exact_framerate ⇒ ::String
Returns the value of attribute exact_framerate.
783 784 785 |
# File 'sig/types.rbs', line 783 def exact_framerate @exact_framerate end |
#par ⇒ ::String
Returns the value of attribute par.
784 785 786 |
# File 'sig/types.rbs', line 784 def par @par end |
#range ⇒ "NARROW", ...
Returns the value of attribute range.
785 786 787 |
# File 'sig/types.rbs', line 785 def range @range end |
#scan_mode ⇒ "progressive", ...
Returns the value of attribute scan_mode.
786 787 788 |
# File 'sig/types.rbs', line 786 def scan_mode @scan_mode end |
#tcs ⇒ "SDR", ...
Returns the value of attribute tcs.
787 788 789 |
# File 'sig/types.rbs', line 787 def tcs @tcs end |