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

Description

 
Synopsis

Documentation

data MotionImageInsertionOffset Source #

Specify the offset between the upper-left corner of the video frame and the top left corner of the overlay.

See: newMotionImageInsertionOffset smart constructor.

Constructors

MotionImageInsertionOffset' 

Fields

  • imageX :: Maybe Natural

    Set the distance, in pixels, between the overlay and the left edge of the video frame.

  • imageY :: Maybe Natural

    Set the distance, in pixels, between the overlay and the top edge of the video frame.

Instances

Instances details
Eq MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

Read MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

Show MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

Generic MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

Associated Types

type Rep MotionImageInsertionOffset :: Type -> Type #

NFData MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

Hashable MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

ToJSON MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

FromJSON MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

type Rep MotionImageInsertionOffset Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MotionImageInsertionOffset

type Rep MotionImageInsertionOffset = D1 ('MetaData "MotionImageInsertionOffset" "Amazonka.MediaConvert.Types.MotionImageInsertionOffset" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "MotionImageInsertionOffset'" 'PrefixI 'True) (S1 ('MetaSel ('Just "imageX") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "imageY") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newMotionImageInsertionOffset :: MotionImageInsertionOffset Source #

Create a value of MotionImageInsertionOffset 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:imageX:MotionImageInsertionOffset', motionImageInsertionOffset_imageX - Set the distance, in pixels, between the overlay and the left edge of the video frame.

$sel:imageY:MotionImageInsertionOffset', motionImageInsertionOffset_imageY - Set the distance, in pixels, between the overlay and the top edge of the video frame.

motionImageInsertionOffset_imageX :: Lens' MotionImageInsertionOffset (Maybe Natural) Source #

Set the distance, in pixels, between the overlay and the left edge of the video frame.

motionImageInsertionOffset_imageY :: Lens' MotionImageInsertionOffset (Maybe Natural) Source #

Set the distance, in pixels, between the overlay and the top edge of the video frame.