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

Description

 
Synopsis

Documentation

data ForceIncludeRenditionSize Source #

Use Force include renditions to specify one or more resolutions to include your ABR stack. * (Recommended) To optimize automated ABR, specify as few resolutions as possible. * (Required) The number of resolutions that you specify must be equal to, or less than, the Max renditions setting. * If you specify a Min top rendition size rule, specify at least one resolution that is equal to, or greater than, Min top rendition size. * If you specify a Min bottom rendition size rule, only specify resolutions that are equal to, or greater than, Min bottom rendition size. * If you specify a Force include renditions rule, do not specify a separate rule for Allowed renditions. * Note: The ABR stack may include other resolutions that you do not specify here, depending on the Max renditions setting.

See: newForceIncludeRenditionSize smart constructor.

Constructors

ForceIncludeRenditionSize' 

Fields

  • height :: Maybe Natural

    Use Height to define the video resolution height, in pixels, for this rule.

  • width :: Maybe Natural

    Use Width to define the video resolution width, in pixels, for this rule.

Instances

Instances details
FromJSON ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

ToJSON ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

Generic ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

Associated Types

type Rep ForceIncludeRenditionSize :: Type -> Type #

Read ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

Show ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

NFData ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

Eq ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

Hashable ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

type Rep ForceIncludeRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.ForceIncludeRenditionSize

type Rep ForceIncludeRenditionSize = D1 ('MetaData "ForceIncludeRenditionSize" "Amazonka.MediaConvert.Types.ForceIncludeRenditionSize" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "ForceIncludeRenditionSize'" 'PrefixI 'True) (S1 ('MetaSel ('Just "height") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "width") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newForceIncludeRenditionSize :: ForceIncludeRenditionSize Source #

Create a value of ForceIncludeRenditionSize 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:height:ForceIncludeRenditionSize', forceIncludeRenditionSize_height - Use Height to define the video resolution height, in pixels, for this rule.

$sel:width:ForceIncludeRenditionSize', forceIncludeRenditionSize_width - Use Width to define the video resolution width, in pixels, for this rule.

forceIncludeRenditionSize_height :: Lens' ForceIncludeRenditionSize (Maybe Natural) Source #

Use Height to define the video resolution height, in pixels, for this rule.

forceIncludeRenditionSize_width :: Lens' ForceIncludeRenditionSize (Maybe Natural) Source #

Use Width to define the video resolution width, in pixels, for this rule.