class Aws::MediaLive::Types::InputLossBehavior

Input Loss Behavior

@note When making an API call, you may pass InputLossBehavior

data as a hash:

    {
      black_frame_msec: 1,
      input_loss_image_color: "__stringMin6Max6",
      input_loss_image_slate: {
        password_param: "__string",
        uri: "__string", # required
        username: "__string",
      },
      input_loss_image_type: "COLOR", # accepts COLOR, SLATE
      repeat_frame_msec: 1,
    }

@!attribute [rw] black_frame_msec

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.
@return [Integer]

@!attribute [rw] input_loss_image_color

When input loss image type is "color" this field specifies the
color to use. Value: 6 hex characters representing the values of
RGB.
@return [String]

@!attribute [rw] input_loss_image_slate

When input loss image type is "slate" these fields specify the
parameters for accessing the slate.
@return [Types::InputLocation]

@!attribute [rw] input_loss_image_type

Indicates whether to substitute a solid color or a slate into the
output after input loss exceeds blackFrameMsec.
@return [String]

@!attribute [rw] repeat_frame_msec

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputLossBehavior AWS API Documentation

Constants

SENSITIVE