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 class
A builder forCfnOriginEndpoint.DashDvbFontDownloadProperty
static final class
An implementation forCfnOriginEndpoint.DashDvbFontDownloadProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default String
ThefontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format .default String
ThemimeType
of the resource that's at the font download URL.default String
getUrl()
The URL for downloading fonts for subtitles.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFontFamily
ThefontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format .- See Also:
-
getMimeType
ThemimeType
of 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
-