Interface CfnChannel.AudioLanguageSelectionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.AudioLanguageSelectionProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.AudioLanguageSelectionProperty extends software.amazon.jsii.JsiiSerializable
Information about the audio language to extract.

The parent of this entity is AudioSelectorSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 AudioLanguageSelectionProperty audioLanguageSelectionProperty = AudioLanguageSelectionProperty.builder()
         .languageCode("languageCode")
         .languageSelectionPolicy("languageSelectionPolicy")
         .build();
 
  • Method Details

    • getLanguageCode

      @Stability(Stable) @Nullable default String getLanguageCode()
      Selects a specific three-letter language code from within an audio source.
    • getLanguageSelectionPolicy

      @Stability(Stable) @Nullable default String getLanguageSelectionPolicy()
      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.

    • builder

      @Stability(Stable) static CfnChannel.AudioLanguageSelectionProperty.Builder builder()
      Returns:
      a CfnChannel.AudioLanguageSelectionProperty.Builder of CfnChannel.AudioLanguageSelectionProperty