Class CfnChannel.VideoDescriptionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.VideoDescriptionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.VideoDescriptionProperty
CfnChannel.VideoDescriptionProperty
-
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.medialive.CfnChannel.VideoDescriptionProperty
CfnChannel.VideoDescriptionProperty.Builder, CfnChannel.VideoDescriptionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.VideoDescriptionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
The video codec settings.final Number
The output video height, in pixels.final String
getName()
The name of this VideoDescription.final String
Indicates how to respond to the AFD values in the input stream.final String
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).final Number
Changes the strength of the anti-alias filter used for scaling.final Number
getWidth()
The output video width, in pixels.final int
hashCode()
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 theCfnChannel.VideoDescriptionProperty.Builder
.
-
-
Method Details
-
getCodecSettings
Description copied from interface:CfnChannel.VideoDescriptionProperty
The video codec settings.- Specified by:
getCodecSettings
in interfaceCfnChannel.VideoDescriptionProperty
-
getHeight
Description copied from interface:CfnChannel.VideoDescriptionProperty
The output video height, in pixels.This must be an even number. For most codecs, you can keep this field and width blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
- Specified by:
getHeight
in interfaceCfnChannel.VideoDescriptionProperty
-
getName
Description copied from interface:CfnChannel.VideoDescriptionProperty
The name of this VideoDescription.Outputs use this name to uniquely identify this description. Description names should be unique within this channel.
- Specified by:
getName
in interfaceCfnChannel.VideoDescriptionProperty
-
getRespondToAfd
Description copied from interface:CfnChannel.VideoDescriptionProperty
Indicates how to respond to the AFD values in the input stream.RESPOND causes input video to be clipped, depending on the AFD value, input display aspect ratio, and output display aspect ratio, and (except for the FRAMECAPTURE codec) includes the values in the output. PASSTHROUGH (does not apply to FRAMECAPTURE codec) ignores the AFD values and includes the values in the output, so input video is not clipped. NONE ignores the AFD values and does not include the values through to the output, so input video is not clipped.
- Specified by:
getRespondToAfd
in interfaceCfnChannel.VideoDescriptionProperty
-
getScalingBehavior
Description copied from interface:CfnChannel.VideoDescriptionProperty
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).This option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.
- Specified by:
getScalingBehavior
in interfaceCfnChannel.VideoDescriptionProperty
-
getSharpness
Description copied from interface:CfnChannel.VideoDescriptionProperty
Changes the strength of the anti-alias filter used for scaling.0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.
- Specified by:
getSharpness
in interfaceCfnChannel.VideoDescriptionProperty
-
getWidth
Description copied from interface:CfnChannel.VideoDescriptionProperty
The output video width, in pixels.It must be an even number. For most codecs, you can keep this field and height blank in order to use the height and width (resolution) from the source. Note that we don't recommend keeping the field blank. For the Frame Capture codec, height and width are required.
- Specified by:
getWidth
in interfaceCfnChannel.VideoDescriptionProperty
-
$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()
-