Interface CfnOriginEndpointPropsMixin.DashDvbFontDownloadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpointPropsMixin.DashDvbFontDownloadProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpointPropsMixin
@Stability(Stable)
public static interface CfnOriginEndpointPropsMixin.DashDvbFontDownloadProperty
extends software.amazon.jsii.JsiiSerializable
For use with DVB-DASH profiles only.
The settings for font downloads that you want AWS Elemental MediaPackage to pass through to the manifest.
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.*;
DashDvbFontDownloadProperty dashDvbFontDownloadProperty = DashDvbFontDownloadProperty.builder()
.fontFamily("fontFamily")
.mimeType("mimeType")
.url("url")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnOriginEndpointPropsMixin.DashDvbFontDownloadPropertystatic final classAn implementation forCfnOriginEndpointPropsMixin.DashDvbFontDownloadProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThefontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format .default StringThemimeTypeof the resource that's at the font download URL.default StringgetUrl()The URL for downloading fonts for subtitles.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFontFamily
ThefontFamilyname for subtitles, as described in EBU-TT-D Subtitling Distribution Format .- See Also:
-
getMimeType
ThemimeTypeof the resource that's at the font download URL.For information about font MIME types, see the MPEG-DASH Profile for Transport of ISO BMFF Based DVB Services over IP Based Networks document.
- See Also:
-
getUrl
The URL for downloading fonts for subtitles.- See Also:
-
builder
-