Interface CmafCaptionLanguageMapping
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CmafCaptionLanguageMapping.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.014Z")
@Stability(Experimental)
public interface CmafCaptionLanguageMapping
extends software.amazon.jsii.JsiiSerializable
(experimental) Maps a captions channel to an ISO 639-2 language code for a CMAF Ingest output group.
Unlike CaptionLanguageMapping, the CMAF Ingest variant has no language description.
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.alpha.*;
CmafCaptionLanguageMapping cmafCaptionLanguageMapping = CmafCaptionLanguageMapping.builder()
.captionChannel(123)
.languageCode("languageCode")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCmafCaptionLanguageMappingstatic final classAn implementation forCmafCaptionLanguageMapping -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) The closed caption channel number (1-4).(experimental) A three-character ISO 639-2 language code.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaptionChannel
(experimental) The closed caption channel number (1-4). -
getLanguageCode
(experimental) A three-character ISO 639-2 language code. -
builder
- Returns:
- a
CmafCaptionLanguageMapping.BuilderofCmafCaptionLanguageMapping
-