Interface CfnChannel.CaptionLanguageMappingProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.CaptionLanguageMappingProperty
extends software.amazon.jsii.JsiiSerializable
Maps a captions channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
The parent of this entity is HlsGroupSettings.
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.*; CaptionLanguageMappingProperty captionLanguageMappingProperty = CaptionLanguageMappingProperty.builder() .captionChannel(123) .languageCode("languageCode") .languageDescription("languageDescription") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.CaptionLanguageMappingProperty
static final class
An implementation forCfnChannel.CaptionLanguageMappingProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaptionChannel
The closed caption channel being described by this CaptionLanguageMapping.Each channel mapping must have a unique channel number (maximum of 4).
-
getLanguageCode
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2). -
getLanguageDescription
The textual description of language. -
builder
-