Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AudioChannelTag
-
Packages that use AudioChannelTag Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AudioChannelTag in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return AudioChannelTag Modifier and Type Method Description AudioChannelTagAudioChannelTaggingSettings. channelTag()Specify the QuickTime audio channel layout tags for the audio channels in this audio track.static AudioChannelTagAudioChannelTag. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioChannelTagAudioChannelTag. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioChannelTag[]AudioChannelTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AudioChannelTag Modifier and Type Method Description List<AudioChannelTag>AudioChannelTaggingSettings. channelTags()Specify the QuickTime audio channel layout tags for the audio channels in this audio track.static Set<AudioChannelTag>AudioChannelTag. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type AudioChannelTag Modifier and Type Method Description AudioChannelTaggingSettings.BuilderAudioChannelTaggingSettings.Builder. channelTag(AudioChannelTag channelTag)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.AudioChannelTaggingSettings.BuilderAudioChannelTaggingSettings.Builder. channelTags(AudioChannelTag... channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type AudioChannelTag Modifier and Type Method Description AudioChannelTaggingSettings.BuilderAudioChannelTaggingSettings.Builder. channelTags(Collection<AudioChannelTag> channelTags)Specify the QuickTime audio channel layout tags for the audio channels in this audio track.
-