Class CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginEndpoint.DashDvbFontDownloadProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginEndpoint.DashDvbFontDownloadProperty
@Stability(Stable)
@Internal
public static final class CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginEndpoint.DashDvbFontDownloadProperty
An implementation for
CfnOriginEndpoint.DashDvbFontDownloadProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.CfnOriginEndpoint.DashDvbFontDownloadProperty
CfnOriginEndpoint.DashDvbFontDownloadProperty.Builder, CfnOriginEndpoint.DashDvbFontDownloadProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashDvbFontDownloadProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
ThefontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format .final String
ThemimeType
of the resource that's at the font download URL.final String
getUrl()
The URL for downloading fonts for subtitles.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnOriginEndpoint.DashDvbFontDownloadProperty.Builder
.
-
-
Method Details
-
getFontFamily
Description copied from interface:CfnOriginEndpoint.DashDvbFontDownloadProperty
ThefontFamily
name for subtitles, as described in EBU-TT-D Subtitling Distribution Format .- Specified by:
getFontFamily
in interfaceCfnOriginEndpoint.DashDvbFontDownloadProperty
- See Also:
-
getMimeType
Description copied from interface:CfnOriginEndpoint.DashDvbFontDownloadProperty
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.
- Specified by:
getMimeType
in interfaceCfnOriginEndpoint.DashDvbFontDownloadProperty
- See Also:
-
getUrl
Description copied from interface:CfnOriginEndpoint.DashDvbFontDownloadProperty
The URL for downloading fonts for subtitles.- Specified by:
getUrl
in interfaceCfnOriginEndpoint.DashDvbFontDownloadProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-