Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data UdpGroupSettings = UdpGroupSettings' {}
- newUdpGroupSettings :: UdpGroupSettings
- udpGroupSettings_inputLossAction :: Lens' UdpGroupSettings (Maybe InputLossActionForUdpOut)
- udpGroupSettings_timedMetadataId3Frame :: Lens' UdpGroupSettings (Maybe UdpTimedMetadataId3Frame)
- udpGroupSettings_timedMetadataId3Period :: Lens' UdpGroupSettings (Maybe Natural)
Documentation
data UdpGroupSettings Source #
Udp Group Settings
See: newUdpGroupSettings
smart constructor.
UdpGroupSettings' | |
|
Instances
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.
udpGroupSettings_timedMetadataId3Frame :: Lens' UdpGroupSettings (Maybe UdpTimedMetadataId3Frame) Source #
Indicates ID3 frame that has the timecode.
udpGroupSettings_timedMetadataId3Period :: Lens' UdpGroupSettings (Maybe Natural) Source #
Timed Metadata interval in seconds.