libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.MsSmoothOutputSettings

Description

 
Synopsis

Documentation

data MsSmoothOutputSettings Source #

Ms Smooth Output Settings

See: newMsSmoothOutputSettings smart constructor.

Constructors

MsSmoothOutputSettings' 

Fields

Instances

Instances details
Eq MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

Read MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

Show MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

Generic MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

Associated Types

type Rep MsSmoothOutputSettings :: Type -> Type #

NFData MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

Methods

rnf :: MsSmoothOutputSettings -> () #

Hashable MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

ToJSON MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

FromJSON MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

type Rep MsSmoothOutputSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.MsSmoothOutputSettings

type Rep MsSmoothOutputSettings = D1 ('MetaData "MsSmoothOutputSettings" "Amazonka.MediaLive.Types.MsSmoothOutputSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "MsSmoothOutputSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "h265PackagingType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MsSmoothH265PackagingType)) :*: S1 ('MetaSel ('Just "nameModifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMsSmoothOutputSettings :: MsSmoothOutputSettings Source #

Create a value of MsSmoothOutputSettings 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:h265PackagingType:MsSmoothOutputSettings', msSmoothOutputSettings_h265PackagingType - Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

$sel:nameModifier:MsSmoothOutputSettings', msSmoothOutputSettings_nameModifier - String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

msSmoothOutputSettings_h265PackagingType :: Lens' MsSmoothOutputSettings (Maybe MsSmoothH265PackagingType) Source #

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

msSmoothOutputSettings_nameModifier :: Lens' MsSmoothOutputSettings (Maybe Text) Source #

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.