AudioChannelTaggingSettings
public struct AudioChannelTaggingSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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).
Declaration
Swift
public let channelTag: AudioChannelTag?
-
Undocumented
Declaration
Swift
public init(channelTag: AudioChannelTag? = nil)