Uses of Class
software.amazon.awscdk.services.medialive.alpha.AudioLanguageSelectionPolicy
Packages that use AudioLanguageSelectionPolicy
Package
Description
AWS::MediaLive Construct Library
-
Uses of AudioLanguageSelectionPolicy in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as AudioLanguageSelectionPolicyModifier and TypeFieldDescriptionstatic final AudioLanguageSelectionPolicyAudioLanguageSelectionPolicy.LOOSE(experimental) On a PMT update, fall back to another audio stream of the same type in the program if a stream with the same language can't be found.static final AudioLanguageSelectionPolicyAudioLanguageSelectionPolicy.STRICT(experimental) Strictly identify audio by its language descriptor.Methods in software.amazon.awscdk.services.medialive.alpha that return AudioLanguageSelectionPolicyModifier and TypeMethodDescriptionstatic AudioLanguageSelectionPolicy(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type AudioLanguageSelectionPolicyModifier and TypeMethodDescriptionstatic AudioSelectorAudioSelector.byLanguage(String name, String languageCode, AudioLanguageSelectionPolicy languageSelectionPolicy) (experimental) Select audio by language code.