interface EmbeddedDestinationSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.EmbeddedDestinationSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.EmbeddedDestinationSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.EmbeddedDestinationSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » EmbeddedDestinationSettingsProperty |
The configuration of embedded captions in the output.
The parent of this entity is CaptionDestinationSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const embeddedDestinationSettingsProperty: medialive.CfnChannel.EmbeddedDestinationSettingsProperty = { };