amazonka-ivs-2.0: Amazon Interactive Video Service 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.IVS.Types.IngestConfiguration

Description

 
Synopsis

Documentation

data IngestConfiguration Source #

Object specifying the ingest configuration set up by the broadcaster, usually in an encoder.

See: newIngestConfiguration smart constructor.

Constructors

IngestConfiguration' 

Fields

Instances

Instances details
FromJSON IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

Generic IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

Associated Types

type Rep IngestConfiguration :: Type -> Type #

Read IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

Show IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

NFData IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

Methods

rnf :: IngestConfiguration -> () #

Eq IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

Hashable IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

type Rep IngestConfiguration Source # 
Instance details

Defined in Amazonka.IVS.Types.IngestConfiguration

type Rep IngestConfiguration = D1 ('MetaData "IngestConfiguration" "Amazonka.IVS.Types.IngestConfiguration" "amazonka-ivs-2.0-1XuGgGDxNXQ7UL2Yr5LhmE" 'False) (C1 ('MetaCons "IngestConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "audio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioConfiguration)) :*: S1 ('MetaSel ('Just "video") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VideoConfiguration))))

newIngestConfiguration :: IngestConfiguration Source #

Create a value of IngestConfiguration 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:audio:IngestConfiguration', ingestConfiguration_audio - Encoder settings for audio.

$sel:video:IngestConfiguration', ingestConfiguration_video - Encoder settings for video.