Uses of Class
software.amazon.awscdk.services.medialive.alpha.AudioSelector
Packages that use AudioSelector
Package
Description
AWS::MediaLive Construct Library
-
Uses of AudioSelector in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return AudioSelectorModifier and TypeMethodDescriptionstatic AudioSelectorAudioSelector.byLanguage(String name, String languageCode) (experimental) Select audio by language code.static AudioSelectorAudioSelector.byLanguage(String name, String languageCode, AudioLanguageSelectionPolicy languageSelectionPolicy) (experimental) Select audio by language code.static AudioSelectorAudioSelector.byPid(String name, List<? extends AudioPidConfig> pids) (experimental) Select one or more audio PIDs from the source.static AudioSelectorAudioSelector.byTrack(String name, List<? extends AudioTrackConfig> tracks) (experimental) Select one or more audio tracks (1-based) from the source.static AudioSelectorAudioSelector.byTrack(String name, List<? extends AudioTrackConfig> tracks, DolbyEProgramSelection dolbyEProgramSelection) (experimental) Select one or more audio tracks (1-based) from the source.static AudioSelector(experimental) Select the default audio track (no specific selector settings).AudioSilenceFailoverProps.getAudioSelector()(experimental) The audio selector (defined on the input attachment) that MediaLive monitors for silence.final AudioSelectorAudioSilenceFailoverProps.Jsii$Proxy.getAudioSelector()static AudioSelectorAudioSelector.hlsRendition(String name, HlsRenditionSelectionOptions options) (experimental) Select an HLS audio rendition by its#EXT-X-MEDIAGROUP-IDandNAME.Methods in software.amazon.awscdk.services.medialive.alpha that return types with arguments of type AudioSelectorModifier and TypeMethodDescriptiondefault List<AudioSelector> InputAttachment.getAudioSelectors()(experimental) Audio selectors to extract specific audio tracks from the input.final List<AudioSelector> InputAttachment.Jsii$Proxy.getAudioSelectors()Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type AudioSelectorModifier and TypeMethodDescriptionAudioSilenceFailoverProps.Builder.audioSelector(AudioSelector audioSelector) Sets the value ofAudioSilenceFailoverProps.getAudioSelector()Method parameters in software.amazon.awscdk.services.medialive.alpha with type arguments of type AudioSelectorModifier and TypeMethodDescriptionInputAttachment.Builder.audioSelectors(List<? extends AudioSelector> audioSelectors) Sets the value ofInputAttachment.getAudioSelectors()