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

Description

 
Synopsis

Documentation

newtype AacRawFormat Source #

Enables LATM/LOAS AAC output. Note that if you use LATM/LOAS AAC in an output, you must choose "No container" for the output container.

Constructors

AacRawFormat' 

Bundled Patterns

pattern AacRawFormat_LATM_LOAS :: AacRawFormat 
pattern AacRawFormat_NONE :: AacRawFormat 

Instances

Instances details
FromJSON AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

FromJSONKey AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToJSON AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToJSONKey AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToByteString AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToHeader AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToLog AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToQuery AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

FromText AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToText AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Methods

toText :: AacRawFormat -> Text #

FromXML AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

ToXML AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Methods

toXML :: AacRawFormat -> XML #

Generic AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Associated Types

type Rep AacRawFormat :: Type -> Type #

Read AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Show AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

NFData AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Methods

rnf :: AacRawFormat -> () #

Eq AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Ord AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

Hashable AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

type Rep AacRawFormat Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AacRawFormat

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