Uses of Class
software.amazon.awssdk.services.mediaconvert.model.AudioSelectorGroup
-
Packages that use AudioSelectorGroup Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of AudioSelectorGroup in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type AudioSelectorGroup Modifier and Type Method Description Map<String,AudioSelectorGroup>Input. audioSelectorGroups()Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab.Map<String,AudioSelectorGroup>InputTemplate. audioSelectorGroups()Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab.Method parameters in software.amazon.awssdk.services.mediaconvert.model with type arguments of type AudioSelectorGroup Modifier and Type Method Description Input.BuilderInput.Builder. audioSelectorGroups(Map<String,AudioSelectorGroup> audioSelectorGroups)Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab.InputTemplate.BuilderInputTemplate.Builder. audioSelectorGroups(Map<String,AudioSelectorGroup> audioSelectorGroups)Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab.
-