Class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty
The settings for TTML subtitles.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty : CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty
Syntax (vb)
Public Class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty Implements CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var dashTtmlConfigurationProperty = new DashTtmlConfigurationProperty {
TtmlProfile = "ttmlProfile"
};
Synopsis
Constructors
| DashTtmlConfigurationProperty() | The settings for TTML subtitles. |
Properties
| TtmlProfile | The profile that MediaPackage uses when signaling subtitles in the manifest. |
Constructors
DashTtmlConfigurationProperty()
The settings for TTML subtitles.
public DashTtmlConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var dashTtmlConfigurationProperty = new DashTtmlConfigurationProperty {
TtmlProfile = "ttmlProfile"
};
Properties
TtmlProfile
The profile that MediaPackage uses when signaling subtitles in the manifest.
public string? TtmlProfile { get; set; }
Property Value
Remarks
IMSC is the default profile. EBU-TT-D produces subtitles that are compliant with the EBU-TT-D TTML profile. MediaPackage passes through subtitle styles to the manifest. For more information about EBU-TT-D subtitles, see EBU-TT-D Subtitling Distribution Format .