Class EbuTtDDestinationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.EbuTtDDestinationProps.Jsii$Proxy
- All Implemented Interfaces:
EbuTtDDestinationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EbuTtDDestinationProps
@Stability(Experimental)
@Internal
public static final class EbuTtDDestinationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EbuTtDDestinationProps
An implementation for
EbuTtDDestinationProps-
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.medialive.alpha.EbuTtDDestinationProps
EbuTtDDestinationProps.Builder, EbuTtDDestinationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EbuTtDDestinationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEbuTtDDestinationProps.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 copyright holder included in the TTML copyright metadata tag.final Number(experimental) The default font size.final Number(experimental) The default line height.final EbuTtDFillLineGap(experimental) How to handle the gap between multi-line captions.final String(experimental) A comma-separated list of font families to include (valid only whenstyleControlis INCLUDE).final EbuTtDStyleControl(experimental) Whether source style information is included in the EBU-TT-D font data.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 theEbuTtDDestinationProps.Builder.
-
-
Method Details
-
getCopyrightHolder
Description copied from interface:EbuTtDDestinationProps(experimental) The copyright holder included in the TTML copyright metadata tag.Default: - no copyright holder
- Specified by:
getCopyrightHolderin interfaceEbuTtDDestinationProps
-
getDefaultFontSize
Description copied from interface:EbuTtDDestinationProps(experimental) The default font size.Default: - service default
- Specified by:
getDefaultFontSizein interfaceEbuTtDDestinationProps
-
getDefaultLineHeight
Description copied from interface:EbuTtDDestinationProps(experimental) The default line height.Default: - service default
- Specified by:
getDefaultLineHeightin interfaceEbuTtDDestinationProps
-
getFillLineGap
Description copied from interface:EbuTtDDestinationProps(experimental) How to handle the gap between multi-line captions.Default: - service default
- Specified by:
getFillLineGapin interfaceEbuTtDDestinationProps
-
getFontFamily
Description copied from interface:EbuTtDDestinationProps(experimental) A comma-separated list of font families to include (valid only whenstyleControlis INCLUDE).Default: - 'monospaced'
- Specified by:
getFontFamilyin interfaceEbuTtDDestinationProps
-
getStyleControl
Description copied from interface:EbuTtDDestinationProps(experimental) Whether source style information is included in the EBU-TT-D font data.Default: - service default
- Specified by:
getStyleControlin interfaceEbuTtDDestinationProps
-
$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()
-