Interface DashTtmlConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashTtmlConfiguration.Builder,
,DashTtmlConfiguration> SdkBuilder<DashTtmlConfiguration.Builder,
,DashTtmlConfiguration> SdkPojo
- Enclosing class:
DashTtmlConfiguration
@Mutable
@NotThreadSafe
public static interface DashTtmlConfiguration.Builder
extends SdkPojo, CopyableBuilder<DashTtmlConfiguration.Builder,DashTtmlConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionttmlProfile
(String ttmlProfile) The profile that MediaPackage uses when signaling subtitles in the manifest.ttmlProfile
(DashTtmlProfile ttmlProfile) The profile that MediaPackage uses when signaling subtitles in the manifest.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ttmlProfile
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.- Parameters:
ttmlProfile
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ttmlProfile
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.- Parameters:
ttmlProfile
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-