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

Description

 
Synopsis

Documentation

newtype MxfProfile Source #

Specify the MXF profile, also called shim, for this output. When you choose Auto, MediaConvert chooses a profile based on the video codec and resolution. For a list of codecs supported with each MXF profile, see https://docs.aws.amazon.com/mediaconvert/latest/ug/codecs-supported-with-each-mxf-profile.html. For more information about the automatic selection behavior, see https://docs.aws.amazon.com/mediaconvert/latest/ug/default-automatic-selection-of-mxf-profiles.html.

Constructors

MxfProfile' 

Fields

Bundled Patterns

pattern MxfProfile_D_10 :: MxfProfile 
pattern MxfProfile_OP1A :: MxfProfile 
pattern MxfProfile_XAVC :: MxfProfile 
pattern MxfProfile_XDCAM :: MxfProfile 

Instances

Instances details
Eq MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Ord MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Read MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Show MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Generic MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Associated Types

type Rep MxfProfile :: Type -> Type #

NFData MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Methods

rnf :: MxfProfile -> () #

Hashable MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToJSON MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToJSONKey MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

FromJSON MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

FromJSONKey MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToLog MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToHeader MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToQuery MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

FromXML MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToXML MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Methods

toXML :: MxfProfile -> XML #

ToByteString MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

FromText MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

ToText MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

Methods

toText :: MxfProfile -> Text #

type Rep MxfProfile Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MxfProfile

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