Class: Aws::MediaLive::Types::InputLossBehavior
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputLossBehavior
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Input Loss Behavior
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#black_frame_msec ⇒ Integer
On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType.
-
#input_loss_image_color ⇒ String
When input loss image type is “color” this field specifies the color to use.
-
#input_loss_image_slate ⇒ Types::InputLocation
When input loss image type is “slate” these fields specify the parameters for accessing the slate.
-
#input_loss_image_type ⇒ String
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
-
#repeat_frame_msec ⇒ Integer
On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output.
Instance Attribute Details
#black_frame_msec ⇒ Integer
On input loss, the number of milliseconds to substitute black into the output before switching to the frame specified by inputLossImageType. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000 will be interpreted as infinite.
7312 7313 7314 7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-medialive/types.rb', line 7312 class InputLossBehavior < Struct.new( :black_frame_msec, :input_loss_image_color, :input_loss_image_slate, :input_loss_image_type, :repeat_frame_msec) SENSITIVE = [] include Aws::Structure end |
#input_loss_image_color ⇒ String
When input loss image type is “color” this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
7312 7313 7314 7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-medialive/types.rb', line 7312 class InputLossBehavior < Struct.new( :black_frame_msec, :input_loss_image_color, :input_loss_image_slate, :input_loss_image_type, :repeat_frame_msec) SENSITIVE = [] include Aws::Structure end |
#input_loss_image_slate ⇒ Types::InputLocation
When input loss image type is “slate” these fields specify the parameters for accessing the slate.
7312 7313 7314 7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-medialive/types.rb', line 7312 class InputLossBehavior < Struct.new( :black_frame_msec, :input_loss_image_color, :input_loss_image_slate, :input_loss_image_type, :repeat_frame_msec) SENSITIVE = [] include Aws::Structure end |
#input_loss_image_type ⇒ String
Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
7312 7313 7314 7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-medialive/types.rb', line 7312 class InputLossBehavior < Struct.new( :black_frame_msec, :input_loss_image_color, :input_loss_image_slate, :input_loss_image_type, :repeat_frame_msec) SENSITIVE = [] include Aws::Structure end |
#repeat_frame_msec ⇒ Integer
On input loss, the number of milliseconds to repeat the previous picture before substituting black into the output. A value x, where 0 <= x <= 1,000,000 and a value of 1,000,000 will be interpreted as infinite.
7312 7313 7314 7315 7316 7317 7318 7319 7320 |
# File 'lib/aws-sdk-medialive/types.rb', line 7312 class InputLossBehavior < Struct.new( :black_frame_msec, :input_loss_image_color, :input_loss_image_slate, :input_loss_image_type, :repeat_frame_msec) SENSITIVE = [] include Aws::Structure end |