@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AudioChannelTaggingSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AudioChannelTaggingSettings() |
| Modifier and Type | Method and Description |
|---|---|
AudioChannelTaggingSettings |
clone() |
boolean |
equals(Object obj) |
String |
getChannelTag()
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChannelTag(String channelTag)
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout.
|
String |
toString()
Returns a string representation of this object.
|
AudioChannelTaggingSettings |
withChannelTag(AudioChannelTag channelTag)
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout.
|
AudioChannelTaggingSettings |
withChannelTag(String channelTag)
You can add a tag for this mono-channel audio track to mimic its placement in a multi-channel layout.
|
public void setChannelTag(String channelTag)
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).AudioChannelTagpublic String getChannelTag()
AudioChannelTagpublic AudioChannelTaggingSettings withChannelTag(String channelTag)
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).AudioChannelTagpublic AudioChannelTaggingSettings withChannelTag(AudioChannelTag channelTag)
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).AudioChannelTagpublic String toString()
toString in class ObjectObject.toString()public AudioChannelTaggingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.