interface TtmlDestinationSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.TtmlDestinationSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_TtmlDestinationSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.TtmlDestinationSettingsProperty |
Python | aws_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
Name | Type | Description |
---|---|---|
style | string | 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. |
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.