Interface AudioChannelTaggingSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AudioChannelTaggingSettings.Builder,AudioChannelTaggingSettings>,SdkBuilder<AudioChannelTaggingSettings.Builder,AudioChannelTaggingSettings>,SdkPojo
- Enclosing class:
- AudioChannelTaggingSettings
public static interface AudioChannelTaggingSettings.Builder extends SdkPojo, CopyableBuilder<AudioChannelTaggingSettings.Builder,AudioChannelTaggingSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AudioChannelTaggingSettings.BuilderchannelTag(String channelTag)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderchannelTag(AudioChannelTag channelTag)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderchannelTags(Collection<AudioChannelTag> channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderchannelTags(AudioChannelTag... channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderchannelTagsWithStrings(String... channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderchannelTagsWithStrings(Collection<String> channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channelTag
AudioChannelTaggingSettings.Builder channelTag(String 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioChannelTag,AudioChannelTag
-
channelTag
AudioChannelTaggingSettings.Builder channelTag(AudioChannelTag 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AudioChannelTag,AudioChannelTag
-
channelTagsWithStrings
AudioChannelTaggingSettings.Builder channelTagsWithStrings(Collection<String> 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelTagsWithStrings
AudioChannelTaggingSettings.Builder channelTagsWithStrings(String... 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelTags
AudioChannelTaggingSettings.Builder channelTags(Collection<AudioChannelTag> 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelTags
AudioChannelTaggingSettings.Builder channelTags(AudioChannelTag... 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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-