@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()
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
List<String> |
getChannelTags()
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setChannelTag(String channelTag)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
void |
setChannelTags(Collection<String> channelTags)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
String |
toString()
Returns a string representation of this object.
|
AudioChannelTaggingSettings |
withChannelTag(AudioChannelTag channelTag)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
AudioChannelTaggingSettings |
withChannelTag(String channelTag)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
AudioChannelTaggingSettings |
withChannelTags(AudioChannelTag... channelTags)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
AudioChannelTaggingSettings |
withChannelTags(Collection<String> channelTags)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
AudioChannelTaggingSettings |
withChannelTags(String... channelTags)
Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
|
public void setChannelTag(String channelTag)
channelTag - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic String getChannelTag()
AudioChannelTagpublic AudioChannelTaggingSettings withChannelTag(String channelTag)
channelTag - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic AudioChannelTaggingSettings withChannelTag(AudioChannelTag channelTag)
channelTag - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic List<String> getChannelTags()
AudioChannelTagpublic void setChannelTags(Collection<String> channelTags)
channelTags - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic AudioChannelTaggingSettings withChannelTags(String... channelTags)
NOTE: This method appends the values to the existing list (if any). Use
setChannelTags(java.util.Collection) or withChannelTags(java.util.Collection) if you want to
override the existing values.
channelTags - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic AudioChannelTaggingSettings withChannelTags(Collection<String> channelTags)
channelTags - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic AudioChannelTaggingSettings withChannelTags(AudioChannelTag... channelTags)
channelTags - Specify the QuickTime audio channel layout tags for the audio channels in this audio track. Enter channel
layout tags in the same order as your output's audio channel order. For example, if your output audio
track has a left and a right channel, enter Left (L) for the first channel and Right (R) for the second.
If your output has multiple single-channel audio tracks, enter a single channel layout tag for each track.AudioChannelTagpublic String toString()
toString in class ObjectObject.toString()public AudioChannelTaggingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.