Class DashDvbFontDownload.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.DashDvbFontDownload.Jsii$Proxy
- All Implemented Interfaces:
DashDvbFontDownload,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DashDvbFontDownload
@Stability(Experimental)
@Internal
public static final class DashDvbFontDownload.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DashDvbFontDownload
An implementation for
DashDvbFontDownload-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.alpha.DashDvbFontDownload
DashDvbFontDownload.Builder, DashDvbFontDownload.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(DashDvbFontDownload.Builder builder) Constructor that initializes the object based on literal property values passed by theDashDvbFontDownload.Builder.protectedJsii$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.JsonNodefinal booleanfinal String(experimental) The fontFamily name for subtitles, as described in EBU-TT-D Subtitling Distribution Format.final String(experimental) The mimeType of the resource that's at the font download URL.final StringgetUrl()(experimental) The URL for downloading fonts for subtitles.final inthashCode()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 theDashDvbFontDownload.Builder.
-
-
Method Details
-
getFontFamily
Description copied from interface:DashDvbFontDownload(experimental) The fontFamily name for subtitles, as described in EBU-TT-D Subtitling Distribution Format.Default: - No font family specified
- Specified by:
getFontFamilyin interfaceDashDvbFontDownload
-
getMimeType
Description copied from interface:DashDvbFontDownload(experimental) The mimeType 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.
Default: - No MIME type specified
- Specified by:
getMimeTypein interfaceDashDvbFontDownload
-
getUrl
Description copied from interface:DashDvbFontDownload(experimental) The URL for downloading fonts for subtitles.Default: - No font download URL specified
- Specified by:
getUrlin interfaceDashDvbFontDownload
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-