Class CfnFlow.FmtpProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlow.FmtpProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.FmtpProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.FmtpProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.FmtpProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.FmtpProperty
An implementation for
CfnFlow.FmtpProperty-
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.mediaconnect.CfnFlow.FmtpProperty
CfnFlow.FmtpProperty.Builder, CfnFlow.FmtpProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFlow.FmtpProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlow.FmtpProperty.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 StringThe format of the audio channel.final StringThe format used for the representation of color.final StringThe frame rate for the video stream, in frames/second.final StringgetPar()The pixel aspect ratio (PAR) of the video.final StringgetRange()The encoding range of the video.final StringThe type of compression that was used to smooth the video’s appearance.final StringgetTcs()The transfer characteristic system (TCS) that is used in the video.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 theCfnFlow.FmtpProperty.Builder.
-
-
Method Details
-
getChannelOrder
Description copied from interface:CfnFlow.FmtpPropertyThe format of the audio channel.- Specified by:
getChannelOrderin interfaceCfnFlow.FmtpProperty- See Also:
-
getColorimetry
Description copied from interface:CfnFlow.FmtpPropertyThe format used for the representation of color.- Specified by:
getColorimetryin interfaceCfnFlow.FmtpProperty- See Also:
-
getExactFramerate
Description copied from interface:CfnFlow.FmtpPropertyThe frame rate for the video stream, in frames/second.For example: 60000/1001.
- Specified by:
getExactFrameratein interfaceCfnFlow.FmtpProperty- See Also:
-
getPar
Description copied from interface:CfnFlow.FmtpPropertyThe pixel aspect ratio (PAR) of the video.- Specified by:
getParin interfaceCfnFlow.FmtpProperty- See Also:
-
getRange
Description copied from interface:CfnFlow.FmtpPropertyThe encoding range of the video.- Specified by:
getRangein interfaceCfnFlow.FmtpProperty- See Also:
-
getScanMode
Description copied from interface:CfnFlow.FmtpPropertyThe type of compression that was used to smooth the video’s appearance.- Specified by:
getScanModein interfaceCfnFlow.FmtpProperty- See Also:
-
getTcs
Description copied from interface:CfnFlow.FmtpPropertyThe transfer characteristic system (TCS) that is used in the video.- Specified by:
getTcsin interfaceCfnFlow.FmtpProperty- See Also:
-
$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()
-