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

Description

 
Synopsis

Documentation

data AudioTrackSelection Source #

Audio Track Selection

See: newAudioTrackSelection smart constructor.

Constructors

AudioTrackSelection' 

Fields

Instances

Instances details
FromJSON AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

ToJSON AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

Generic AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

Associated Types

type Rep AudioTrackSelection :: Type -> Type #

Read AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

Show AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

NFData AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

Methods

rnf :: AudioTrackSelection -> () #

Eq AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

Hashable AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

type Rep AudioTrackSelection Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioTrackSelection

type Rep AudioTrackSelection = D1 ('MetaData "AudioTrackSelection" "Amazonka.MediaLive.Types.AudioTrackSelection" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "AudioTrackSelection'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dolbyEDecode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioDolbyEDecode)) :*: S1 ('MetaSel ('Just "tracks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AudioTrack])))

newAudioTrackSelection :: AudioTrackSelection Source #

Create a value of AudioTrackSelection 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:dolbyEDecode:AudioTrackSelection', audioTrackSelection_dolbyEDecode - Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337

$sel:tracks:AudioTrackSelection', audioTrackSelection_tracks - Selects one or more unique audio tracks from within a source.

audioTrackSelection_dolbyEDecode :: Lens' AudioTrackSelection (Maybe AudioDolbyEDecode) Source #

Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337

audioTrackSelection_tracks :: Lens' AudioTrackSelection [AudioTrack] Source #

Selects one or more unique audio tracks from within a source.