Class TimecodeBurninSettings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.TimecodeBurninSettings.Jsii$Proxy
- All Implemented Interfaces:
TimecodeBurninSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TimecodeBurninSettings
@Stability(Experimental)
@Internal
public static final class TimecodeBurninSettings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TimecodeBurninSettings
An implementation for
TimecodeBurninSettings-
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.TimecodeBurninSettings
TimecodeBurninSettings.Builder, TimecodeBurninSettings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TimecodeBurninSettings.Builder builder) Constructor that initializes the object based on literal property values passed by theTimecodeBurninSettings.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 TimecodeBurninFontSize(experimental) The font size of the timecode overlay.final TimecodeBurninPosition(experimental) The position of the timecode overlay on the video.final String(experimental) A string prepended to the timecode (e.g.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 theTimecodeBurninSettings.Builder.
-
-
Method Details
-
getFontSize
Description copied from interface:TimecodeBurninSettings(experimental) The font size of the timecode overlay.Default: - service default
- Specified by:
getFontSizein interfaceTimecodeBurninSettings
-
getPosition
Description copied from interface:TimecodeBurninSettings(experimental) The position of the timecode overlay on the video.Default: - service default
- Specified by:
getPositionin interfaceTimecodeBurninSettings
-
getPrefix
Description copied from interface:TimecodeBurninSettings(experimental) A string prepended to the timecode (e.g. a channel name).Default: - no prefix
- Specified by:
getPrefixin interfaceTimecodeBurninSettings
-
$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()
-