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

Description

 
Synopsis

Documentation

data AiffSettings Source #

Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.

See: newAiffSettings smart constructor.

Constructors

AiffSettings' 

Fields

  • bitDepth :: Maybe Natural

    Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

  • channels :: Maybe Natural

    Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.

  • sampleRate :: Maybe Natural

    Sample rate in hz.

Instances

Instances details
Eq AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

Read AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

Show AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

Generic AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

Associated Types

type Rep AiffSettings :: Type -> Type #

NFData AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

Methods

rnf :: AiffSettings -> () #

Hashable AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

ToJSON AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

FromJSON AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

type Rep AiffSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AiffSettings

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

newAiffSettings :: AiffSettings Source #

Create a value of AiffSettings 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:bitDepth:AiffSettings', aiffSettings_bitDepth - Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

$sel:channels:AiffSettings', aiffSettings_channels - Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.

$sel:sampleRate:AiffSettings', aiffSettings_sampleRate - Sample rate in hz.

aiffSettings_bitDepth :: Lens' AiffSettings (Maybe Natural) Source #

Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.

aiffSettings_channels :: Lens' AiffSettings (Maybe Natural) Source #

Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.