You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::AudioChannelTaggingSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AudioChannelTaggingSettings
- Defined in:
- (unknown)
Overview
When passing AudioChannelTaggingSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
channel_tag: "L", # accepts L, R, C, LFE, LS, RS, LC, RC, CS, LSD, RSD, TCS, VHL, VHC, VHR
}
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.
Returned by:
Instance Attribute Summary collapse
-
#channel_tag ⇒ String
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout.
Instance Attribute Details
#channel_tag ⇒ String
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).
Possible values:
- L
- R
- C
- LFE
- LS
- RS
- LC
- RC
- CS
- LSD
- RSD
- TCS
- VHL
- VHC
- VHR