AudioChannelTaggingSettings class
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.
Constructors
- AudioChannelTaggingSettings({AudioChannelTag? channelTag})
-
AudioChannelTaggingSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelTag → 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).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited