Interface CfnOriginEndpoint.IDashTtmlConfigurationProperty
The settings for TTML subtitles.
Namespace: Amazon.CDK.AWS.MediaPackageV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOriginEndpoint.IDashTtmlConfigurationProperty
Syntax (vb)
Public Interface CfnOriginEndpoint.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.AWS.MediaPackageV2;
var dashTtmlConfigurationProperty = new DashTtmlConfigurationProperty {
TtmlProfile = "ttmlProfile"
};
Synopsis
Properties
| TtmlProfile | The profile that MediaPackage uses when signaling subtitles in the manifest. |
Properties
TtmlProfile
The profile that MediaPackage uses when signaling subtitles in the manifest.
string TtmlProfile { get; }
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 .