Class VideoEncodeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.VideoEncodeProps.Jsii$Proxy
- All Implemented Interfaces:
VideoEncodeProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
VideoEncodeProps
@Stability(Experimental)
@Internal
public static final class VideoEncodeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements VideoEncodeProps
An implementation for
VideoEncodeProps-
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.VideoEncodeProps
VideoEncodeProps.Builder, VideoEncodeProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(VideoEncodeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theVideoEncodeProps.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 VideoCodecSettingsgetCodec()(experimental) The codec for the video encode.final Number(experimental) The height of the output video in pixels.final StringgetName()(experimental) A unique name for this video encode.final RespondToAfd(experimental) How to respond to AFD values in the input stream.final ScalingBehavior(experimental) The video scaling behavior.final Number(experimental) The anti-alias filter strength (0-100).final NumbergetWidth()(experimental) The width of the output video in pixels.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 theVideoEncodeProps.Builder.
-
-
Method Details
-
getCodec
Description copied from interface:VideoEncodeProps(experimental) The codec for the video encode.Choose the codec explicitly (e.g.
VideoCodecSettings.h264(...))- Specified by:
getCodecin interfaceVideoEncodeProps
-
getHeight
Description copied from interface:VideoEncodeProps(experimental) The height of the output video in pixels.Must be an even number.
- Specified by:
getHeightin interfaceVideoEncodeProps
-
getName
Description copied from interface:VideoEncodeProps(experimental) A unique name for this video encode.- Specified by:
getNamein interfaceVideoEncodeProps
-
getWidth
Description copied from interface:VideoEncodeProps(experimental) The width of the output video in pixels.Must be an even number.
- Specified by:
getWidthin interfaceVideoEncodeProps
-
getRespondToAfd
Description copied from interface:VideoEncodeProps(experimental) How to respond to AFD values in the input stream.Default: RespondToAfd.NONE
- Specified by:
getRespondToAfdin interfaceVideoEncodeProps
-
getScalingBehavior
Description copied from interface:VideoEncodeProps(experimental) The video scaling behavior.Default: ScalingBehavior.DEFAULT
- Specified by:
getScalingBehaviorin interfaceVideoEncodeProps
-
getSharpness
Description copied from interface:VideoEncodeProps(experimental) The anti-alias filter strength (0-100).0 is softest, 100 is sharpest.
Default: 50
- Specified by:
getSharpnessin interfaceVideoEncodeProps
-
$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()
-