interface CmafIngestCaptionLanguageMappingProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_CmafIngestCaptionLanguageMappingProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » CmafIngestCaptionLanguageMappingProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const cmafIngestCaptionLanguageMappingProperty: medialive_mixins.CfnChannelPropsMixin.CmafIngestCaptionLanguageMappingProperty = {
captionChannel: 123,
languageCode: 'languageCode',
};
Properties
| Name | Type | Description |
|---|---|---|
| caption | number | |
| language | string |
captionChannel?
Type:
number
(optional)
languageCode?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript