Class CfnChannel.H265SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.H265SettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.H265SettingsProperty
CfnChannel.H265SettingsProperty-
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.CfnChannel.H265SettingsProperty
CfnChannel.H265SettingsProperty.Builder, CfnChannel.H265SettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnChannel.H265SettingsProperty.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 StringAdaptive quantization.final StringIndicates that AFD values will be written into the output stream.final StringWhether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.final NumberAverage bitrate in bits/second.final NumberSize of buffer (HRD buffer model) in bits.final StringIncludes colorspace metadata in the output.final ObjectColor Space settings.final Stringfinal ObjectOptional filters that you can apply to an encode.final StringFour bit AFD value to write on all frames of video in the output stream.final StringIf set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.final NumberFramerate denominator.final NumberFramerate numerator - framerate is a fraction, e.g.final Stringfinal NumberFrequency of closed GOPs.final Numberfinal NumberGOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.final StringIndicates if the gopSize is specified in frames or seconds.final StringgetLevel()H.265 Level.final StringAmount of lookahead.final NumberFor QVBR: See the tooltip for Quality level.final Numberfinal NumberOnly meaningful if sceneChangeDetect is set to enabled.final NumbergetMinQp()final Stringfinal Stringfinal NumberPixel Aspect Ratio denominator.final NumberPixel Aspect Ratio numerator.final StringH.265 Profile.final NumberControls the target quality for the video encode.final StringRate control mode.final StringSets the scan type of the output to progressive or top-field-first interlaced.final StringScene change detection.final NumberNumber of slices per picture.final Stringfinal StringgetTier()H.265 Tier.final Numberfinal Stringfinal Numberfinal ObjectReturns union: eitherIResolvableorCfnChannel.TimecodeBurninSettingsPropertyfinal StringDetermines how timecodes should be inserted into the video elementary stream.final Stringfinal 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 theCfnChannel.H265SettingsProperty.Builder.
-
-
Method Details
-
getAdaptiveQuantization
Description copied from interface:CfnChannel.H265SettingsPropertyAdaptive quantization.Allows intra-frame quantizers to vary to improve visual quality.
- Specified by:
getAdaptiveQuantizationin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getAfdSignaling
Description copied from interface:CfnChannel.H265SettingsPropertyIndicates that AFD values will be written into the output stream.If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.
- Specified by:
getAfdSignalingin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getAlternativeTransferFunction
Description copied from interface:CfnChannel.H265SettingsPropertyWhether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.- Specified by:
getAlternativeTransferFunctionin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getBitrate
Description copied from interface:CfnChannel.H265SettingsPropertyAverage bitrate in bits/second.Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
- Specified by:
getBitratein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getBufSize
Description copied from interface:CfnChannel.H265SettingsPropertySize of buffer (HRD buffer model) in bits.- Specified by:
getBufSizein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getColorMetadata
Description copied from interface:CfnChannel.H265SettingsPropertyIncludes colorspace metadata in the output.- Specified by:
getColorMetadatain interfaceCfnChannel.H265SettingsProperty- See Also:
-
getColorSpaceSettings
Description copied from interface:CfnChannel.H265SettingsPropertyColor Space settings.Returns union: either
IResolvableorCfnChannel.H265ColorSpaceSettingsProperty- Specified by:
getColorSpaceSettingsin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getDeblocking
- Specified by:
getDeblockingin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getFilterSettings
Description copied from interface:CfnChannel.H265SettingsPropertyOptional filters that you can apply to an encode.Returns union: either
IResolvableorCfnChannel.H265FilterSettingsProperty- Specified by:
getFilterSettingsin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getFixedAfd
Description copied from interface:CfnChannel.H265SettingsPropertyFour bit AFD value to write on all frames of video in the output stream.Only valid when afdSignaling is set to 'Fixed'.
- Specified by:
getFixedAfdin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getFlickerAq
Description copied from interface:CfnChannel.H265SettingsPropertyIf set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.- Specified by:
getFlickerAqin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getFramerateDenominator
Description copied from interface:CfnChannel.H265SettingsPropertyFramerate denominator.- Specified by:
getFramerateDenominatorin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getFramerateNumerator
Description copied from interface:CfnChannel.H265SettingsPropertyFramerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.- Specified by:
getFramerateNumeratorin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getGopBReference
- Specified by:
getGopBReferencein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getGopClosedCadence
Description copied from interface:CfnChannel.H265SettingsPropertyFrequency of closed GOPs.In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
- Specified by:
getGopClosedCadencein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getGopNumBFrames
- Specified by:
getGopNumBFramesin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getGopSize
Description copied from interface:CfnChannel.H265SettingsPropertyGOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
- Specified by:
getGopSizein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getGopSizeUnits
Description copied from interface:CfnChannel.H265SettingsPropertyIndicates if the gopSize is specified in frames or seconds.If seconds the system will convert the gopSize into a frame count at run time.
- Specified by:
getGopSizeUnitsin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getLevel
Description copied from interface:CfnChannel.H265SettingsPropertyH.265 Level.- Specified by:
getLevelin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getLookAheadRateControl
Description copied from interface:CfnChannel.H265SettingsPropertyAmount of lookahead.A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
- Specified by:
getLookAheadRateControlin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMaxBitrate
Description copied from interface:CfnChannel.H265SettingsPropertyFor QVBR: See the tooltip for Quality level.- Specified by:
getMaxBitratein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMinBitrate
- Specified by:
getMinBitratein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMinIInterval
Description copied from interface:CfnChannel.H265SettingsPropertyOnly meaningful if sceneChangeDetect is set to enabled.Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
- Specified by:
getMinIIntervalin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMinQp
- Specified by:
getMinQpin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMvOverPictureBoundaries
- Specified by:
getMvOverPictureBoundariesin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getMvTemporalPredictor
- Specified by:
getMvTemporalPredictorin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getParDenominator
Description copied from interface:CfnChannel.H265SettingsPropertyPixel Aspect Ratio denominator.- Specified by:
getParDenominatorin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getParNumerator
Description copied from interface:CfnChannel.H265SettingsPropertyPixel Aspect Ratio numerator.- Specified by:
getParNumeratorin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getProfile
Description copied from interface:CfnChannel.H265SettingsPropertyH.265 Profile.- Specified by:
getProfilein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getQvbrQualityLevel
Description copied from interface:CfnChannel.H265SettingsPropertyControls the target quality for the video encode.Applies only when the rate control mode is QVBR. Set values for the QVBR quality level field and Max bitrate field that suit your most important viewing devices. Recommended values are:
- Primary screen: Quality level: 8 to 10. Max bitrate: 4M
- PC or tablet: Quality level: 7. Max bitrate: 1.5M to 3M
- Smartphone: Quality level: 6. Max bitrate: 1M to 1.5M
- Specified by:
getQvbrQualityLevelin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getRateControlMode
Description copied from interface:CfnChannel.H265SettingsPropertyRate control mode.QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.
- Specified by:
getRateControlModein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getScanType
Description copied from interface:CfnChannel.H265SettingsPropertySets the scan type of the output to progressive or top-field-first interlaced.- Specified by:
getScanTypein interfaceCfnChannel.H265SettingsProperty- See Also:
-
getSceneChangeDetect
Description copied from interface:CfnChannel.H265SettingsPropertyScene change detection.- Specified by:
getSceneChangeDetectin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getSlices
Description copied from interface:CfnChannel.H265SettingsPropertyNumber of slices per picture.Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
- Specified by:
getSlicesin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getSubgopLength
- Specified by:
getSubgopLengthin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTier
Description copied from interface:CfnChannel.H265SettingsPropertyH.265 Tier.- Specified by:
getTierin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTileHeight
- Specified by:
getTileHeightin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTilePadding
- Specified by:
getTilePaddingin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTileWidth
- Specified by:
getTileWidthin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTimecodeBurninSettings
Description copied from interface:CfnChannel.H265SettingsPropertyReturns union: eitherIResolvableorCfnChannel.TimecodeBurninSettingsProperty- Specified by:
getTimecodeBurninSettingsin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTimecodeInsertion
Description copied from interface:CfnChannel.H265SettingsPropertyDetermines how timecodes should be inserted into the video elementary stream.- 'disabled': Do not include timecodes
- 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
- Specified by:
getTimecodeInsertionin interfaceCfnChannel.H265SettingsProperty- See Also:
-
getTreeblockSize
- Specified by:
getTreeblockSizein interfaceCfnChannel.H265SettingsProperty- 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()
-