Show / Hide Table of Contents

Class CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty

The settings for TTML subtitles.

Inheritance
object
CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty
Implements
CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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

Implements

CfnOriginEndpointPropsMixin.IDashTtmlConfigurationProperty
Back to top Generated by DocFX