Interface CfnOriginEndpoint.DashDvbFontDownloadProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
- Enclosing class:
CfnOriginEndpoint
@Stability(Stable)
public static interface CfnOriginEndpoint.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.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 forCfnOriginEndpoint.DashDvbFontDownloadPropertystatic final classAn implementation forCfnOriginEndpoint.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
-