Class CfnChannel.EbuTtDDestinationSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.EbuTtDDestinationSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.EbuTtDDestinationSettingsProperty
CfnChannel.EbuTtDDestinationSettingsProperty-
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.CfnChannel.EbuTtDDestinationSettingsProperty
CfnChannel.EbuTtDDestinationSettingsProperty.Builder, CfnChannel.EbuTtDDestinationSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.EbuTtDDestinationSettingsProperty.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 StringApplies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.final Numberfinal Numberfinal StringSpecifies how to handle the gap between the lines (in multi-line captions).final StringSpecifies the font family to include in the font data attached to the EBU-TT captions.final StringSpecifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.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 theCfnChannel.EbuTtDDestinationSettingsProperty.Builder.
-
-
Method Details
-
getCopyrightHolder
Description copied from interface:CfnChannel.EbuTtDDestinationSettingsPropertyApplies only if you plan to convert these source captions to EBU-TT-D or TTML in an output.Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML
- Specified by:
getCopyrightHolderin interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
getDefaultFontSize
- Specified by:
getDefaultFontSizein interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
getDefaultLineHeight
- Specified by:
getDefaultLineHeightin interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
getFillLineGap
Description copied from interface:CfnChannel.EbuTtDDestinationSettingsPropertySpecifies how to handle the gap between the lines (in multi-line captions).- enabled: Fill with the captions background color (as specified in the input captions).
- disabled: Leave the gap unfilled.
- Specified by:
getFillLineGapin interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
getFontFamily
Description copied from interface:CfnChannel.EbuTtDDestinationSettingsPropertySpecifies the font family to include in the font data attached to the EBU-TT captions.Valid only if styleControl is set to include. If you leave this field empty, the font family is set to "monospaced". (If styleControl is set to exclude, the font family is always set to "monospaced".) You specify only the font family. All other style information (color, bold, position and so on) is copied from the input captions. The size is always set to 100% to allow the downstream player to choose the size. - Enter a list of font families, as a comma-separated list of font names, in order of preference. The name can be a font family (such as “Arial”), or a generic font family (such as “serif”), or “default” (to let the downstream player choose the font).
- Leave blank to set the family to “monospace”.
- Specified by:
getFontFamilyin interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
getStyleControl
Description copied from interface:CfnChannel.EbuTtDDestinationSettingsPropertySpecifies the style information (font color, font position, and so on) to include in the font data that is attached to the EBU-TT captions.- include: Take the style information (font color, font position, and so on) from the source captions and include that information in the font data attached to the EBU-TT captions. This option is valid only if the source captions are Embedded or Teletext.
- exclude: In the font data attached to the EBU-TT captions, set the font family to "monospaced". Do not include any other style information.
- Specified by:
getStyleControlin interfaceCfnChannel.EbuTtDDestinationSettingsProperty- See Also:
-
$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()
-