You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::InputLossFailoverSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing InputLossFailoverSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  input_loss_threshold_msec: 1,
}

MediaLive will perform a failover if content is not detected in this input for the specified period.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_loss_threshold_msecInteger

The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.

Returns:

  • (Integer)

    The amount of time (in milliseconds) that no input is detected.