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

Description

 
Synopsis

Documentation

data Mp2Settings Source #

Mp2 Settings

See: newMp2Settings smart constructor.

Constructors

Mp2Settings' 

Fields

Instances

Instances details
Eq Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

Read Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

Show Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

Generic Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

Associated Types

type Rep Mp2Settings :: Type -> Type #

NFData Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

Methods

rnf :: Mp2Settings -> () #

Hashable Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

ToJSON Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

FromJSON Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

type Rep Mp2Settings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Mp2Settings

type Rep Mp2Settings = D1 ('MetaData "Mp2Settings" "Amazonka.MediaLive.Types.Mp2Settings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Mp2Settings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "codingMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Mp2CodingMode)) :*: (S1 ('MetaSel ('Just "sampleRate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "bitrate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))))

newMp2Settings :: Mp2Settings Source #

Create a value of Mp2Settings 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:codingMode:Mp2Settings', mp2Settings_codingMode - The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).

$sel:sampleRate:Mp2Settings', mp2Settings_sampleRate - Sample rate in Hz.

$sel:bitrate:Mp2Settings', mp2Settings_bitrate - Average bitrate in bits/second.

mp2Settings_codingMode :: Lens' Mp2Settings (Maybe Mp2CodingMode) Source #

The MPEG2 Audio coding mode. Valid values are codingMode10 (for mono) or codingMode20 (for stereo).

mp2Settings_bitrate :: Lens' Mp2Settings (Maybe Double) Source #

Average bitrate in bits/second.