Interface CfnOriginEndpoint.DashTtmlConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.DashTtmlConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.DashTtmlConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The settings for TTML subtitles.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.mediapackagev2.*; DashTtmlConfigurationProperty dashTtmlConfigurationProperty = DashTtmlConfigurationProperty.builder() .ttmlProfile("ttmlProfile") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnOriginEndpoint.DashTtmlConfigurationProperty
static final class
An implementation forCfnOriginEndpoint.DashTtmlConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The profile that MediaPackage uses when signaling subtitles in the manifest.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTtmlProfile
The profile that MediaPackage uses when signaling subtitles in the manifest.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 Also:
-
builder
-