Class FmtpVideo.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.FmtpVideo.Jsii$Proxy
- All Implemented Interfaces:
FmtpVideo,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
FmtpVideo
@Stability(Experimental)
@Internal
public static final class FmtpVideo.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements FmtpVideo
An implementation for
FmtpVideo-
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.alpha.FmtpVideo
FmtpVideo.Builder, FmtpVideo.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(FmtpVideo.Builder builder) Constructor that initializes the object based on literal property values passed by theFmtpVideo.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 Colorimetry(experimental) The format used for the representation of color.final Framerate(experimental) The frame rate for the video stream.final PixelAspectRatiogetPar()(experimental) The pixel aspect ratio (PAR) of the video — the shape of a single pixel, not the display aspect ratio.final ScanMode(experimental) The type of compression that was used to smooth the video's appearance.final TcsgetTcs()(experimental) The transfer characteristic system (TCS) that is used in the video.final VideoRange(experimental) The encoding range of 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 theFmtpVideo.Builder.
-
-
Method Details
-
getColorimetry
Description copied from interface:FmtpVideo(experimental) The format used for the representation of color.Default: - no colorimetry specified
- Specified by:
getColorimetryin interfaceFmtpVideo
-
getExactFramerate
Description copied from interface:FmtpVideo(experimental) The frame rate for the video stream.Default: - no frame rate specified
- Specified by:
getExactFrameratein interfaceFmtpVideo
-
getPar
Description copied from interface:FmtpVideo(experimental) The pixel aspect ratio (PAR) of the video — the shape of a single pixel, not the display aspect ratio.Use
PixelAspectRatio.SQUAREfor most modern content.Default: - no pixel aspect ratio specified
-
getScanMode
Description copied from interface:FmtpVideo(experimental) The type of compression that was used to smooth the video's appearance.Default: - no scan mode specified
- Specified by:
getScanModein interfaceFmtpVideo
-
getTcs
Description copied from interface:FmtpVideo(experimental) The transfer characteristic system (TCS) that is used in the video.Default: - no TCS specified
-
getVideoRange
Description copied from interface:FmtpVideo(experimental) The encoding range of the video.Default: - no video range specified
- Specified by:
getVideoRangein interfaceFmtpVideo
-
$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()
-