Interface CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.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.cfnpropertymixins.services.mediapackagev2.*;
DashTtmlConfigurationProperty dashTtmlConfigurationProperty = DashTtmlConfigurationProperty.builder()
.ttmlProfile("ttmlProfile")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTtmlProfile
The profile that MediaPackage uses when signaling subtitles in the manifest.IMSCis the default profile.EBU-TT-Dproduces 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
@Stability(Stable) static CfnOriginEndpointPropsMixin.DashTtmlConfigurationProperty.Builder builder()
-