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

Class: Aws::MediaLive::Types::UdpGroupSettings

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

Overview

Note:

When passing UdpGroupSettings as input to an Aws::Client method, you can use a vanilla 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,
}

Udp Group Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#input_loss_actionString

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.

Possible values:

  • DROP_PROGRAM
  • DROP_TS
  • EMIT_PROGRAM

Returns:

  • (String)

    Specifies behavior of last resort when input video is lost, and no more backup inputs are available.

#timed_metadata_id_3_frameString

Indicates ID3 frame that has the timecode.

Possible values:

  • NONE
  • PRIV
  • TDRL

Returns:

  • (String)

    Indicates ID3 frame that has the timecode.

#timed_metadata_id_3_periodInteger

Timed Metadata interval in seconds.

Returns:

  • (Integer)

    Timed Metadata interval in seconds.