AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Audio Language Selection

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.AudioLanguageSelection

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class AudioLanguageSelection

The AudioLanguageSelection type exposes the following members

Constructors

NameDescription
Public Method AudioLanguageSelection()

Properties

NameTypeDescription
Public Property LanguageCode System.String

Gets and sets the property LanguageCode. Selects a specific three-letter language code from within an audio source.

Public Property LanguageSelectionPolicy Amazon.MediaLive.AudioLanguageSelectionPolicy

Gets and sets the property 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 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5