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

Description

 
Synopsis

Documentation

data AudioDolbyEDecode Source #

Audio Dolby EDecode

See: newAudioDolbyEDecode smart constructor.

Constructors

AudioDolbyEDecode' 

Fields

  • programSelection :: DolbyEProgramSelection

    Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.

Instances

Instances details
FromJSON AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

ToJSON AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

Generic AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

Associated Types

type Rep AudioDolbyEDecode :: Type -> Type #

Read AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

Show AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

NFData AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

Methods

rnf :: AudioDolbyEDecode -> () #

Eq AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

Hashable AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

type Rep AudioDolbyEDecode Source # 
Instance details

Defined in Amazonka.MediaLive.Types.AudioDolbyEDecode

type Rep AudioDolbyEDecode = D1 ('MetaData "AudioDolbyEDecode" "Amazonka.MediaLive.Types.AudioDolbyEDecode" "amazonka-medialive-2.0-FK9HUAz0OmeIH2i6eRdod0" 'False) (C1 ('MetaCons "AudioDolbyEDecode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "programSelection") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 DolbyEProgramSelection)))

newAudioDolbyEDecode Source #

Create a value of AudioDolbyEDecode 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:programSelection:AudioDolbyEDecode', audioDolbyEDecode_programSelection - Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.

audioDolbyEDecode_programSelection :: Lens' AudioDolbyEDecode DolbyEProgramSelection Source #

Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.