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

Description

 
Synopsis

Documentation

data HlsInputSettings Source #

Hls Input Settings

See: newHlsInputSettings smart constructor.

Constructors

HlsInputSettings' 

Fields

  • bufferSegments :: Maybe Natural

    When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.

  • retries :: Maybe Natural

    The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

  • retryInterval :: Maybe Natural

    The number of seconds between retries when an attempt to read a manifest or segment fails.

  • bandwidth :: Maybe Natural

    When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.

  • scte35Source :: Maybe HlsScte35SourceType

    Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.

Instances

Instances details
Eq HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

Read HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

Show HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

Generic HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

Associated Types

type Rep HlsInputSettings :: Type -> Type #

NFData HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

Methods

rnf :: HlsInputSettings -> () #

Hashable HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

ToJSON HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

FromJSON HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

type Rep HlsInputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.HlsInputSettings

type Rep HlsInputSettings = D1 ('MetaData "HlsInputSettings" "Amazonka.MediaLive.Types.HlsInputSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "HlsInputSettings'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "bufferSegments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "retries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "retryInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "bandwidth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "scte35Source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsScte35SourceType))))))

newHlsInputSettings :: HlsInputSettings Source #

Create a value of HlsInputSettings 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:bufferSegments:HlsInputSettings', hlsInputSettings_bufferSegments - When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.

$sel:retries:HlsInputSettings', hlsInputSettings_retries - The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

$sel:retryInterval:HlsInputSettings', hlsInputSettings_retryInterval - The number of seconds between retries when an attempt to read a manifest or segment fails.

$sel:bandwidth:HlsInputSettings', hlsInputSettings_bandwidth - When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.

$sel:scte35Source:HlsInputSettings', hlsInputSettings_scte35Source - Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.

hlsInputSettings_bufferSegments :: Lens' HlsInputSettings (Maybe Natural) Source #

When specified, reading of the HLS input will begin this many buffer segments from the end (most recently written segment). When not specified, the HLS input will begin with the first segment specified in the m3u8.

hlsInputSettings_retries :: Lens' HlsInputSettings (Maybe Natural) Source #

The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.

hlsInputSettings_retryInterval :: Lens' HlsInputSettings (Maybe Natural) Source #

The number of seconds between retries when an attempt to read a manifest or segment fails.

hlsInputSettings_bandwidth :: Lens' HlsInputSettings (Maybe Natural) Source #

When specified the HLS stream with the m3u8 BANDWIDTH that most closely matches this value will be chosen, otherwise the highest bandwidth stream in the m3u8 will be chosen. The bitrate is specified in bits per second, as in an HLS manifest.

hlsInputSettings_scte35Source :: Lens' HlsInputSettings (Maybe HlsScte35SourceType) Source #

Identifies the source for the SCTE-35 messages that MediaLive will ingest. Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.