libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.UdpGroupSettings

Description

 
Synopsis

Documentation

data UdpGroupSettings Source #

Udp Group Settings

See: newUdpGroupSettings smart constructor.

Constructors

UdpGroupSettings' 

Fields

  • timedMetadataId3Period :: Maybe Natural

    Timed Metadata interval in seconds.

  • 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.

Instances

Instances details
Eq UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Read UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Show 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 #

NFData UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

Methods

rnf :: UdpGroupSettings -> () #

Hashable UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

ToJSON UdpGroupSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.UdpGroupSettings

FromJSON 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" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "UdpGroupSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timedMetadataId3Period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "inputLossAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InputLossActionForUdpOut)) :*: S1 ('MetaSel ('Just "timedMetadataId3Frame") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe UdpTimedMetadataId3Frame)))))

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:timedMetadataId3Period:UdpGroupSettings', udpGroupSettings_timedMetadataId3Period - Timed Metadata interval in seconds.

$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.

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.