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

Description

 
Synopsis

Documentation

data MinBottomRenditionSize Source #

Use Min bottom rendition size to specify a minimum size for the lowest resolution in your ABR stack. * The lowest resolution in your ABR stack will be equal to or greater than the value that you enter. For example: If you specify 640x360 the lowest resolution in your ABR stack will be equal to or greater than to 640x360. * If you specify a Min top rendition size rule, the value that you specify for Min bottom rendition size must be less than, or equal to, Min top rendition size.

See: newMinBottomRenditionSize smart constructor.

Constructors

MinBottomRenditionSize' 

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 MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

ToJSON MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

Generic MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

Associated Types

type Rep MinBottomRenditionSize :: Type -> Type #

Read MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

Show MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

NFData MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

Methods

rnf :: MinBottomRenditionSize -> () #

Eq MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

Hashable MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

type Rep MinBottomRenditionSize Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MinBottomRenditionSize

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

newMinBottomRenditionSize :: MinBottomRenditionSize Source #

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

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

minBottomRenditionSize_height :: Lens' MinBottomRenditionSize (Maybe Natural) Source #

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

minBottomRenditionSize_width :: Lens' MinBottomRenditionSize (Maybe Natural) Source #

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