amazonka-medialive-2.0: Amazon Elemental MediaLive SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaLive.Types.UdpGroupSettings

Description

 
Synopsis

Documentation

data UdpGroupSettings Source #

Udp Group Settings

See: newUdpGroupSettings smart constructor.

Constructors

UdpGroupSettings' 

Fields

  • inputLossAction :: Maybe InputLossActionForUdpOut

    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.

  • timedMetadataId3Frame :: Maybe UdpTimedMetadataId3Frame

    Indicates ID3 frame that has the timecode.

  • timedMetadataId3Period :: Maybe Natural

    Timed Metadata interval in seconds.

Instances

Instances details
FromJSON UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

ToJSON UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Generic UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Associated Types

type Rep UdpGroupSettings :: Type -> Type #

Read UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Show UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

NFData UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Methods

rnf :: UdpGroupSettings -> () #

Eq UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Hashable UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

type Rep UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

type Rep UdpGroupSettings = D1 ('MetaData "UdpGroupSettings" "Amazonka.MediaLive.Types.UdpGroupSettings" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "UdpGroupSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputLossAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLossActionForUdpOut)) :*: (S1 ('MetaSel ('Just "timedMetadataId3Frame") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UdpTimedMetadataId3Frame)) :*: S1 ('MetaSel ('Just "timedMetadataId3Period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))

newUdpGroupSettings :: UdpGroupSettings Source #

Create a value of UdpGroupSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:inputLossAction:UdpGroupSettings', udpGroupSettings_inputLossAction - 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.

$sel:timedMetadataId3Frame:UdpGroupSettings', udpGroupSettings_timedMetadataId3Frame - Indicates ID3 frame that has the timecode.

$sel:timedMetadataId3Period:UdpGroupSettings', udpGroupSettings_timedMetadataId3Period - Timed Metadata interval in seconds.

udpGroupSettings_inputLossAction :: Lens' UdpGroupSettings (Maybe InputLossActionForUdpOut) Source #

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.