class Aws::MediaLive::Types::UdpGroupSettings

Udp Group Settings

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

data as a hash:

    {
      input_loss_action: "DROP_PROGRAM", # accepts DROP_PROGRAM, DROP_TS, EMIT_PROGRAM
      timed_metadata_id_3_frame: "NONE", # accepts NONE, PRIV, TDRL
      timed_metadata_id_3_period: 1,
    }

@!attribute [rw] input_loss_action

Specifies behavior of last resort when input video is lost, and no
more backup inputs are available. When dropTs is selected the entire
transport stream will stop being emitted. When dropProgram is
selected the program can be dropped from the transport stream (and
replaced with null packets to meet the TS bitrate requirement). Or,
when emitProgram is chosen the transport stream will continue to be
produced normally with repeat frames, black frames, or slate frames
substituted for the absent input video.
@return [String]

@!attribute [rw] timed_metadata_id_3_frame

Indicates ID3 frame that has the timecode.
@return [String]

@!attribute [rw] timed_metadata_id_3_period

Timed Metadata interval in seconds.
@return [Integer]

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

Constants

SENSITIVE