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

Description

 
Synopsis

Documentation

data InputChannelLevel Source #

Input Channel Level

See: newInputChannelLevel smart constructor.

Constructors

InputChannelLevel' 

Fields

  • inputChannel :: Natural

    The index of the input channel used as a source.

  • gain :: Int

    Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.

Instances

Instances details
Eq InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

Read InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

Show InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

Generic InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

Associated Types

type Rep InputChannelLevel :: Type -> Type #

NFData InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

Methods

rnf :: InputChannelLevel -> () #

Hashable InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

ToJSON InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

FromJSON InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

type Rep InputChannelLevel Source # 
Instance details

Defined in Amazonka.MediaLive.Types.InputChannelLevel

type Rep InputChannelLevel = D1 ('MetaData "InputChannelLevel" "Amazonka.MediaLive.Types.InputChannelLevel" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "InputChannelLevel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "inputChannel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "gain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newInputChannelLevel Source #

Create a value of InputChannelLevel 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:inputChannel:InputChannelLevel', inputChannelLevel_inputChannel - The index of the input channel used as a source.

$sel:gain:InputChannelLevel', inputChannelLevel_gain - Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.

inputChannelLevel_inputChannel :: Lens' InputChannelLevel Natural Source #

The index of the input channel used as a source.

inputChannelLevel_gain :: Lens' InputChannelLevel Int Source #

Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.