public static interface CfnChannel.CaptionLanguageMappingProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.CaptionLanguageMappingProperty.Builder
A builder for
CfnChannel.CaptionLanguageMappingProperty |
static class |
CfnChannel.CaptionLanguageMappingProperty.Jsii$Proxy
An implementation for
CfnChannel.CaptionLanguageMappingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.CaptionLanguageMappingProperty.Builder |
builder() |
default java.lang.Number |
getCaptionChannel()
The closed caption channel being described by this CaptionLanguageMapping.
|
default java.lang.String |
getLanguageCode()
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
|
default java.lang.String |
getLanguageDescription()
The textual description of language.
|
default java.lang.Number getCaptionChannel()
Each channel mapping must have a unique channel number (maximum of 4).
default java.lang.String getLanguageCode()
default java.lang.String getLanguageDescription()
static CfnChannel.CaptionLanguageMappingProperty.Builder builder()