libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.MediaConvert.Types.AudioTypeControl

Description

 
Synopsis

Documentation

newtype AudioTypeControl Source #

When set to FOLLOW_INPUT, if the input contains an ISO 639 audio_type, then that value is passed through to the output. If the input contains no ISO 639 audio_type, the value in Audio Type is included in the output. Otherwise the value in Audio Type is included in the output. Note that this field and audioType are both ignored if audioDescriptionBroadcasterMix is set to BROADCASTER_MIXED_AD.

Instances

Instances details
Eq AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Ord AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Read AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Show AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Generic AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Associated Types

type Rep AudioTypeControl :: Type -> Type #

NFData AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

Methods

rnf :: AudioTypeControl -> () #

Hashable AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToJSON AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToJSONKey AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

FromJSON AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

FromJSONKey AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToLog AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToHeader AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToQuery AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

FromXML AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToXML AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToByteString AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

FromText AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

ToText AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

type Rep AudioTypeControl Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioTypeControl

type Rep AudioTypeControl = D1 ('MetaData "AudioTypeControl" "Amazonka.MediaConvert.Types.AudioTypeControl" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'True) (C1 ('MetaCons "AudioTypeControl'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAudioTypeControl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))