Class: Aws::Types::PassthroughSettings
- Inherits:
-
Object
- Object
- Aws::Types::PassthroughSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frame_control ⇒ "NEAREST_IDRFRAME", "NEAREST_IFRAME"
Returns the value of attribute frame_control.
-
#video_selector_mode ⇒ "AUTO", "REMUX_ALL"
Returns the value of attribute video_selector_mode.
Instance Attribute Details
#frame_control ⇒ "NEAREST_IDRFRAME", "NEAREST_IFRAME"
Returns the value of attribute frame_control.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def frame_control @frame_control end |
#video_selector_mode ⇒ "AUTO", "REMUX_ALL"
Returns the value of attribute video_selector_mode.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def video_selector_mode @video_selector_mode end |