AWS::MediaLive::Channel AudioLanguageSelection - AWS CloudFormation

AWS::MediaLive::Channel AudioLanguageSelection

Information about the audio language to extract.

The parent of this entity is AudioSelectorSettings.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "LanguageCode" : String, "LanguageSelectionPolicy" : String }

Properties

LanguageCode

Selects a specific three-letter language code from within an audio source.

Required: No

Type: String

Update requires: No interruption

LanguageSelectionPolicy

When set to "strict," the transport stream demux strictly identifies audio streams by their language descriptor. If a PMT update occurs such that an audio stream matching the initially selected language is no longer present, then mute is encoded until the language returns. If set to "loose," then on a PMT update the demux chooses another audio stream in the program with the same stream type if it can't find one with the same language.

Required: No

Type: String

Update requires: No interruption