amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert 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.MediaConvert.Types.AacSpecification

Description

 
Synopsis

Documentation

newtype AacSpecification Source #

Use MPEG-2 AAC instead of MPEG-4 AAC audio for raw or MPEG-2 Transport Stream containers.

Instances

Instances details
FromJSON AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

FromJSONKey AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToJSON AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToJSONKey AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToByteString AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToHeader AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToLog AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToQuery AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

FromText AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToText AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

FromXML AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

ToXML AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Generic AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Associated Types

type Rep AacSpecification :: Type -> Type #

Read AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Show AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

NFData AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Methods

rnf :: AacSpecification -> () #

Eq AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Ord AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

Hashable AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

type Rep AacSpecification Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacSpecification

type Rep AacSpecification = D1 ('MetaData "AacSpecification" "Amazonka.MediaConvert.Types.AacSpecification" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'True) (C1 ('MetaCons "AacSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAacSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))