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

Description

 
Synopsis

Documentation

newtype H265CodecProfile Source #

Represents the Profile and Tier, per the HEVC (H.265) specification. Selections are grouped as [Profile] / [Tier], so "Main/High" represents Main Profile with High Tier. 4:2:2 profiles are only available with the HEVC 4:2:2 License.

Instances

Instances details
Eq H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Ord H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Read H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Show H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Generic H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Associated Types

type Rep H265CodecProfile :: Type -> Type #

NFData H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

Methods

rnf :: H265CodecProfile -> () #

Hashable H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToJSON H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToJSONKey H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

FromJSON H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

FromJSONKey H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToLog H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToHeader H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToQuery H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

FromXML H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToXML H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToByteString H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

FromText H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

ToText H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

type Rep H265CodecProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.H265CodecProfile

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