You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::AudioLanguageSelection

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AudioLanguageSelection as input to an Aws::Client method, you can use a vanilla Hash:

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

Audio Language Selection

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

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

Returns:

  • (String)

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

#language_selection_policyString

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.

Possible values:

  • LOOSE
  • STRICT

Returns:

  • (String)

    When set to \"strict\", the transport stream demux strictly identifies audio streams by their language descriptor.