Class DashTtmlConfiguration
(experimental) Configuration for TTML subtitles in DASH manifests.
Implements
Inherited Members
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
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