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.
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
Remarks
Each channel mapping must have a unique channel number (maximum of 4).
LanguageCode
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
string? LanguageCode { get; }
Property Value
Remarks
LanguageDescription
The textual description of language.
string? LanguageDescription { get; }