Class CdiInputSpecificationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.CdiInputSpecificationProps.Jsii$Proxy
- All Implemented Interfaces:
CdiInputSpecificationProps,StandardInputSpecificationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CdiInputSpecificationProps
@Stability(Experimental)
@Internal
public static final class CdiInputSpecificationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CdiInputSpecificationProps
An implementation for
CdiInputSpecificationProps-
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.CdiInputSpecificationProps
CdiInputSpecificationProps.Builder, CdiInputSpecificationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCdiInputSpecificationProps.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 CdiInputResolution(experimental) The maximum resolution of the most demanding CDI input.final InputCodecgetCodec()(experimental) The codec of the input.final InputMaximumBitrate(experimental) The maximum bitrate of the input.final InputResolution(experimental) The resolution of the input.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 theCdiInputSpecificationProps.Builder.
-
-
Method Details
-
getCdiResolution
Description copied from interface:CdiInputSpecificationProps(experimental) The maximum resolution of the most demanding CDI input.Default: CdiInputResolution.HD
- Specified by:
getCdiResolutionin interfaceCdiInputSpecificationProps
-
getCodec
Description copied from interface:StandardInputSpecificationProps(experimental) The codec of the input.This should match the codec of your source content, not the output codec.
Default: InputCodec.AVC
- Specified by:
getCodecin interfaceStandardInputSpecificationProps
-
getMaximumBitrate
Description copied from interface:StandardInputSpecificationProps(experimental) The maximum bitrate of the input.Default: InputMaximumBitrate.MAX_20_MBPS
- Specified by:
getMaximumBitratein interfaceStandardInputSpecificationProps
-
getResolution
Description copied from interface:StandardInputSpecificationProps(experimental) The resolution of the input.Default: InputResolution.HD
- Specified by:
getResolutionin interfaceStandardInputSpecificationProps
-
$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()
-