class Aws::MediaLive::Types::AudioLanguageSelection

Audio Language Selection

@note When making an API call, you may pass AudioLanguageSelection

data as a hash:

    {
      language_code: "__string", # required
      language_selection_policy: "LOOSE", # accepts LOOSE, STRICT
    }

@!attribute [rw] language_code

Selects a specific three-letter language code from within an audio
source.
@return [String]

@!attribute [rw] language_selection_policy

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 will be encoded
until the language returns. If "loose", then on a PMT update the
demux will choose another audio stream in the program with the same
stream type if it can't find one with the same language.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioLanguageSelection AWS API Documentation

Constants

SENSITIVE