Class CfnEncoderConfiguration.VideoProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ivs.CfnEncoderConfiguration.VideoProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEncoderConfiguration.VideoProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEncoderConfiguration.VideoProperty
@Stability(Stable)
@Internal
public static final class CfnEncoderConfiguration.VideoProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEncoderConfiguration.VideoProperty
An implementation for
CfnEncoderConfiguration.VideoProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ivs.CfnEncoderConfiguration.VideoProperty
CfnEncoderConfiguration.VideoProperty.Builder, CfnEncoderConfiguration.VideoProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEncoderConfiguration.VideoProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnEncoderConfiguration.VideoProperty.Builder
.
-
-
Method Details
-
getBitrate
Description copied from interface:CfnEncoderConfiguration.VideoProperty
Bitrate for generated output, in bps.Default: 2500000.
Default: - 2500000
- Specified by:
getBitrate
in interfaceCfnEncoderConfiguration.VideoProperty
- See Also:
-
getFramerate
Description copied from interface:CfnEncoderConfiguration.VideoProperty
Video frame rate, in fps.Default: 30.
Default: - 30
- Specified by:
getFramerate
in interfaceCfnEncoderConfiguration.VideoProperty
- See Also:
-
getHeight
Description copied from interface:CfnEncoderConfiguration.VideoProperty
Video-resolution height.Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 720.
Default: - 720
- Specified by:
getHeight
in interfaceCfnEncoderConfiguration.VideoProperty
- See Also:
-
getWidth
Description copied from interface:CfnEncoderConfiguration.VideoProperty
Video-resolution width.Note that the maximum value is determined by width times height, such that the maximum total pixels is 2073600 (1920x1080 or 1080x1920). Default: 1280.
Default: - 1280
- Specified by:
getWidth
in interfaceCfnEncoderConfiguration.VideoProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-