Class Hdr10Settings.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.Hdr10Settings.Jsii$Proxy
- All Implemented Interfaces:
Hdr10Settings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
Hdr10Settings
@Stability(Experimental)
@Internal
public static final class Hdr10Settings.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements Hdr10Settings
An implementation for
Hdr10Settings-
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.Hdr10Settings
Hdr10Settings.Builder, Hdr10Settings.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(Hdr10Settings.Builder builder) Constructor that initializes the object based on literal property values passed by theHdr10Settings.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 Number(experimental) Maximum Content Light Level (MaxCLL) — the maximum light level, in nits, of any single pixel in the stream.final Number(experimental) Maximum Frame Average Light Level (MaxFALL) — the maximum average light level, in nits, of any single frame in the stream.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 theHdr10Settings.Builder.
-
-
Method Details
-
getMaxContentLightLevel
Description copied from interface:Hdr10Settings(experimental) Maximum Content Light Level (MaxCLL) — the maximum light level, in nits, of any single pixel in the stream.Default: - not set
- Specified by:
getMaxContentLightLevelin interfaceHdr10Settings
-
getMaxFrameAverageLightLevel
Description copied from interface:Hdr10Settings(experimental) Maximum Frame Average Light Level (MaxFALL) — the maximum average light level, in nits, of any single frame in the stream.Default: - not set
- Specified by:
getMaxFrameAverageLightLevelin interfaceHdr10Settings
-
$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()
-