@Stability(value=Stable) @Internal public static final class CfnChannel.VideoDescriptionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.VideoDescriptionProperty
CfnChannel.VideoDescriptionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.VideoDescriptionProperty.Builder, CfnChannel.VideoDescriptionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.VideoDescriptionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnChannel.AacSettingsProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCodecSettings()
The video codec settings.
|
Number |
getHeight()
The output video height, in pixels.
|
String |
getName()
The name of this VideoDescription.
|
String |
getRespondToAfd()
Indicates how to respond to the AFD values in the input stream.
|
String |
getScalingBehavior()
STRETCHTOOUTPUT configures the output position to stretch the video to the specified output resolution (height and width).
|
Number |
getSharpness()
Changes the strength of the anti-alias filter used for scaling.
|
Number |
getWidth()
The output video width, in pixels.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnChannel.VideoDescriptionProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final Object getCodecSettings()
CfnChannel.VideoDescriptionPropertygetCodecSettings in interface CfnChannel.VideoDescriptionPropertypublic final Number getHeight()
CfnChannel.VideoDescriptionPropertyThis 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.
getHeight in interface CfnChannel.VideoDescriptionPropertypublic final String getName()
CfnChannel.VideoDescriptionPropertyOutputs use this name to uniquely identify this description. Description names should be unique within this channel.
getName in interface CfnChannel.VideoDescriptionPropertypublic final String getRespondToAfd()
CfnChannel.VideoDescriptionPropertyRESPOND 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.
getRespondToAfd in interface CfnChannel.VideoDescriptionPropertypublic final String getScalingBehavior()
CfnChannel.VideoDescriptionPropertyThis option overrides any position value. DEFAULT might insert black boxes (pillar boxes or letter boxes) around the video to provide the specified output resolution.
getScalingBehavior in interface CfnChannel.VideoDescriptionPropertypublic final Number getSharpness()
CfnChannel.VideoDescriptionProperty0 is the softest setting, and 100 is the sharpest. We recommend a setting of 50 for most content.
getSharpness in interface CfnChannel.VideoDescriptionPropertypublic final Number getWidth()
CfnChannel.VideoDescriptionPropertyIt 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.
getWidth in interface CfnChannel.VideoDescriptionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.