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

Description

 
Synopsis

Documentation

data AudioChannelTaggingSettings Source #

When you mimic a multi-channel audio layout with multiple mono-channel tracks, you can tag each channel layout manually. For example, you would tag the tracks that contain your left, right, and center audio with Left (L), Right (R), and Center (C), respectively. When you don't specify a value, MediaConvert labels your track as Center (C) by default. To use audio layout tagging, your output must be in a QuickTime (.mov) container; your audio codec must be AAC, WAV, or AIFF; and you must set up your audio track to have only one channel.

See: newAudioChannelTaggingSettings smart constructor.

Constructors

AudioChannelTaggingSettings' 

Fields

  • channelTag :: Maybe AudioChannelTag

    You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).

Instances

Instances details
Eq AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

Read AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

Show AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

Generic AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

Associated Types

type Rep AudioChannelTaggingSettings :: Type -> Type #

NFData AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

Hashable AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

ToJSON AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

FromJSON AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

type Rep AudioChannelTaggingSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.AudioChannelTaggingSettings

type Rep AudioChannelTaggingSettings = D1 ('MetaData "AudioChannelTaggingSettings" "Amazonka.MediaConvert.Types.AudioChannelTaggingSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "AudioChannelTaggingSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "channelTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AudioChannelTag))))

newAudioChannelTaggingSettings :: AudioChannelTaggingSettings Source #

Create a value of AudioChannelTaggingSettings 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:channelTag:AudioChannelTaggingSettings', audioChannelTaggingSettings_channelTag - You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).

audioChannelTaggingSettings_channelTag :: Lens' AudioChannelTaggingSettings (Maybe AudioChannelTag) Source #

You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout. For example, if this track is the left surround channel, choose Left surround (LS).