Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html

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

string

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-dashttmlconfiguration.html#cfn-mediapackagev2-originendpoint-dashttmlconfiguration-ttmlprofile

Back to top Generated by DocFX