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

Description

 
Synopsis

Documentation

data Xavc4kIntraCbgProfileSettings Source #

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

See: newXavc4kIntraCbgProfileSettings smart constructor.

Constructors

Xavc4kIntraCbgProfileSettings' 

Fields

  • xavcClass :: Maybe Xavc4kIntraCbgProfileClass

    Specify the XAVC Intra 4k (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 Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

Read Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

Show Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

Generic Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

Associated Types

type Rep Xavc4kIntraCbgProfileSettings :: Type -> Type #

NFData Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

Hashable Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

ToJSON Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

FromJSON Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

type Rep Xavc4kIntraCbgProfileSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.Xavc4kIntraCbgProfileSettings

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

newXavc4kIntraCbgProfileSettings :: Xavc4kIntraCbgProfileSettings Source #

Create a value of Xavc4kIntraCbgProfileSettings 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:Xavc4kIntraCbgProfileSettings', xavc4kIntraCbgProfileSettings_xavcClass - Specify the XAVC Intra 4k (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.

xavc4kIntraCbgProfileSettings_xavcClass :: Lens' Xavc4kIntraCbgProfileSettings (Maybe Xavc4kIntraCbgProfileClass) Source #

Specify the XAVC Intra 4k (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.