Show / Hide Table of Contents

Interface CfnChannelPropsMixin.ICaptionLanguageMappingProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.ICaptionLanguageMappingProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.ICaptionLanguageMappingProperty
Remarks

The parent of this entity is HlsGroupSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;

             var captionLanguageMappingProperty = new CaptionLanguageMappingProperty {
                 CaptionChannel = 123,
                 LanguageCode = "languageCode",
                 LanguageDescription = "languageDescription"
             };

Synopsis

Properties

CaptionChannel

The closed caption channel being described by this CaptionLanguageMapping.

LanguageCode

A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).

LanguageDescription

The textual description of language.

Properties

CaptionChannel

The closed caption channel being described by this CaptionLanguageMapping.

double? CaptionChannel { get; }
Property Value

double?

Remarks

Each channel mapping must have a unique channel number (maximum of 4).

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-captionchannel

LanguageCode

A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).

string? LanguageCode { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-languagecode

LanguageDescription

The textual description of language.

string? LanguageDescription { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-captionlanguagemapping.html#cfn-medialive-channel-captionlanguagemapping-languagedescription

Back to top Generated by DocFX