Class: Aws::Types::InputLossBehavior
- Inherits:
-
Object
- Object
- Aws::Types::InputLossBehavior
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#black_frame_msec ⇒ ::Integer
Returns the value of attribute black_frame_msec.
-
#input_loss_image_color ⇒ ::String
Returns the value of attribute input_loss_image_color.
-
#input_loss_image_slate ⇒ Types::InputLocation
Returns the value of attribute input_loss_image_slate.
-
#input_loss_image_type ⇒ "COLOR", "SLATE"
Returns the value of attribute input_loss_image_type.
-
#repeat_frame_msec ⇒ ::Integer
Returns the value of attribute repeat_frame_msec.
Instance Attribute Details
#black_frame_msec ⇒ ::Integer
Returns the value of attribute black_frame_msec.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def black_frame_msec @black_frame_msec end |
#input_loss_image_color ⇒ ::String
Returns the value of attribute input_loss_image_color.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def input_loss_image_color @input_loss_image_color end |
#input_loss_image_slate ⇒ Types::InputLocation
Returns the value of attribute input_loss_image_slate.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def input_loss_image_slate @input_loss_image_slate end |
#input_loss_image_type ⇒ "COLOR", "SLATE"
Returns the value of attribute input_loss_image_type.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def input_loss_image_type @input_loss_image_type end |
#repeat_frame_msec ⇒ ::Integer
Returns the value of attribute repeat_frame_msec.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def repeat_frame_msec @repeat_frame_msec end |