@Stability(value=Stable)
public static interface CfnChannel.CaptionLanguageMappingProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getCaptionChannel()
The closed caption channel being described by this CaptionLanguageMapping.
|
default String |
getLanguageCode()
A three-character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2).
|
default String |
getLanguageDescription()
The textual description of language.
|
@Stability(value=Stable) @Nullable default Number getCaptionChannel()
Each channel mapping must have a unique channel number (maximum of 4).
@Stability(value=Stable) @Nullable default String getLanguageCode()
@Stability(value=Stable) @Nullable default String getLanguageDescription()
@Stability(value=Stable) static CfnChannel.CaptionLanguageMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.