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();