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

Description

 
Synopsis

Documentation

data Fmp4HlsSettings Source #

Fmp4 Hls Settings

See: newFmp4HlsSettings smart constructor.

Constructors

Fmp4HlsSettings' 

Fields

Instances

Instances details
Eq Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

Read Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

Show Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

Generic Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

Associated Types

type Rep Fmp4HlsSettings :: Type -> Type #

NFData Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

Methods

rnf :: Fmp4HlsSettings -> () #

Hashable Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

ToJSON Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

FromJSON Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

type Rep Fmp4HlsSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Fmp4HlsSettings

type Rep Fmp4HlsSettings = D1 ('MetaData "Fmp4HlsSettings" "Amazonka.MediaLive.Types.Fmp4HlsSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Fmp4HlsSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nielsenId3Behavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Fmp4NielsenId3Behavior)) :*: (S1 ('MetaSel ('Just "audioRenditionSets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "timedMetadataBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Fmp4TimedMetadataBehavior)))))

newFmp4HlsSettings :: Fmp4HlsSettings Source #

Create a value of Fmp4HlsSettings 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:nielsenId3Behavior:Fmp4HlsSettings', fmp4HlsSettings_nielsenId3Behavior - If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

$sel:audioRenditionSets:Fmp4HlsSettings', fmp4HlsSettings_audioRenditionSets - List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

$sel:timedMetadataBehavior:Fmp4HlsSettings', fmp4HlsSettings_timedMetadataBehavior - When set to passthrough, timed metadata is passed through from input to output.

fmp4HlsSettings_nielsenId3Behavior :: Lens' Fmp4HlsSettings (Maybe Fmp4NielsenId3Behavior) Source #

If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.

fmp4HlsSettings_audioRenditionSets :: Lens' Fmp4HlsSettings (Maybe Text) Source #

List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

fmp4HlsSettings_timedMetadataBehavior :: Lens' Fmp4HlsSettings (Maybe Fmp4TimedMetadataBehavior) Source #

When set to passthrough, timed metadata is passed through from input to output.