aws-cdk-lib.aws_medialive.CfnChannel.TtmlDestinationSettingsProperty

interface TtmlDestinationSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.TtmlDestinationSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_TtmlDestinationSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.TtmlDestinationSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.TtmlDestinationSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » TtmlDestinationSettingsProperty

The setup of TTML 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const ttmlDestinationSettingsProperty: medialive.CfnChannel.TtmlDestinationSettingsProperty = {
  styleControl: 'styleControl',
};

Properties

NameTypeDescription
styleControl?stringWhen set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.

styleControl?

Type: string (optional)

When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output.