@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)
Marshalls this structured data using the given
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.AudioChannelTag
public String getChannelTag()
AudioChannelTag
public 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.AudioChannelTag
public 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.AudioChannelTag
public List<String> getChannelTags()
AudioChannelTag
public 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.AudioChannelTag
public 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.AudioChannelTag
public 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.AudioChannelTag
public 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.AudioChannelTag
public String toString()
toString
in class Object
Object.toString()
public AudioChannelTaggingSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.