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

Description

 
Synopsis

Documentation

newtype Av1BitDepth Source #

Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).

Constructors

Av1BitDepth' 

Bundled Patterns

pattern Av1BitDepth_BIT_10 :: Av1BitDepth 
pattern Av1BitDepth_BIT_8 :: Av1BitDepth 

Instances

Instances details
FromJSON Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

FromJSONKey Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToJSON Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToJSONKey Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToByteString Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToHeader Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToLog Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToQuery Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

FromText Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToText Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Methods

toText :: Av1BitDepth -> Text #

FromXML Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

ToXML Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Methods

toXML :: Av1BitDepth -> XML #

Generic Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Associated Types

type Rep Av1BitDepth :: Type -> Type #

Read Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Show Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

NFData Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Methods

rnf :: Av1BitDepth -> () #

Eq Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Ord Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

Hashable Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

type Rep Av1BitDepth Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Av1BitDepth

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