Show / Hide Table of Contents

Class DashTtmlConfiguration

(experimental) Configuration for TTML subtitles in DASH manifests.

Inheritance
object
DashTtmlConfiguration
Implements
IDashTtmlConfiguration
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaPackageV2.Alpha
Assembly: Amazon.CDK.AWS.MediaPackageV2.Alpha.dll
Syntax (csharp)
public class DashTtmlConfiguration : IDashTtmlConfiguration
Syntax (vb)
Public Class DashTtmlConfiguration Implements IDashTtmlConfiguration
Remarks

Stability: Experimental

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

             var dashTtmlConfiguration = new DashTtmlConfiguration {
                 TtmlProfile = TtmlProfile.IMSC_1
             };

Synopsis

Constructors

DashTtmlConfiguration()

(experimental) Configuration for TTML subtitles in DASH manifests.

Properties

TtmlProfile

(experimental) The profile that MediaPackage uses when signaling subtitles in the manifest.

Constructors

DashTtmlConfiguration()

(experimental) Configuration for TTML subtitles in DASH manifests.

public DashTtmlConfiguration()
Remarks

Stability: Experimental

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

             var dashTtmlConfiguration = new DashTtmlConfiguration {
                 TtmlProfile = TtmlProfile.IMSC_1
             };

Properties

TtmlProfile

(experimental) The profile that MediaPackage uses when signaling subtitles in the manifest.

public TtmlProfile TtmlProfile { get; set; }
Property Value

TtmlProfile

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.

Stability: Experimental

External: https://tech.ebu.ch/publications/tech3380

Implements

IDashTtmlConfiguration
Back to top Generated by DocFX