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

Description

 
Synopsis

Documentation

data XavcHdIntraCbgProfileSettings Source #

Required when you set (Profile) under (VideoDescription)>(CodecSettings)>(XavcSettings) to the value XAVC_HD_INTRA_CBG.

See: newXavcHdIntraCbgProfileSettings smart constructor.

Constructors

XavcHdIntraCbgProfileSettings' 

Fields

  • xavcClass :: Maybe XavcHdIntraCbgProfileClass

    Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

Instances

Instances details
Eq XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

Read XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

Show XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

Generic XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

Associated Types

type Rep XavcHdIntraCbgProfileSettings :: Type -> Type #

NFData XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

Hashable XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

ToJSON XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

FromJSON XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

type Rep XavcHdIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings

type Rep XavcHdIntraCbgProfileSettings = D1 ('MetaData "XavcHdIntraCbgProfileSettings" "Amazonka.MediaConvert.Types.XavcHdIntraCbgProfileSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "XavcHdIntraCbgProfileSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "xavcClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe XavcHdIntraCbgProfileClass))))

newXavcHdIntraCbgProfileSettings :: XavcHdIntraCbgProfileSettings Source #

Create a value of XavcHdIntraCbgProfileSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:xavcClass:XavcHdIntraCbgProfileSettings', xavcHdIntraCbgProfileSettings_xavcClass - Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.

xavcHdIntraCbgProfileSettings_xavcClass :: Lens' XavcHdIntraCbgProfileSettings (Maybe XavcHdIntraCbgProfileClass) Source #

Specify the XAVC Intra HD (CBG) Class to set the bitrate of your output. Outputs of the same class have similar image quality over the operating points that are valid for that class.