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.

Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.CaptionLanguageMapping

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

Syntax

C#
public class CaptionLanguageMapping

The CaptionLanguageMapping type exposes the following members

Constructors

NameDescription
Public Method CaptionLanguageMapping()

Properties

NameTypeDescription
Public Property CaptionChannel System.Int32

Gets and sets the property CaptionChannel. The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)

Public Property LanguageCode System.String

Gets and sets the property LanguageCode. Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)

Public Property LanguageDescription System.String

Gets and sets the property LanguageDescription. Textual description of 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