@Stability(value=Stable) @Internal public static final class CfnChannel.H265SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.H265SettingsProperty
CfnChannel.H265SettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.H265SettingsProperty.Builder, CfnChannel.H265SettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.H265SettingsProperty.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) |
String |
getAdaptiveQuantization()
Adaptive quantization.
|
String |
getAfdSignaling()
Indicates that AFD values will be written into the output stream.
|
String |
getAlternativeTransferFunction()
Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.
|
Number |
getBitrate()
Average bitrate in bits/second.
|
Number |
getBufSize()
Size of buffer (HRD buffer model) in bits.
|
String |
getColorMetadata()
Includes colorspace metadata in the output.
|
Object |
getColorSpaceSettings()
Color Space settings.
|
Object |
getFilterSettings()
Optional filters that you can apply to an encode.
|
String |
getFixedAfd()
Four bit AFD value to write on all frames of video in the output stream.
|
String |
getFlickerAq()
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
Number |
getFramerateDenominator()
Framerate denominator.
|
Number |
getFramerateNumerator()
Framerate numerator - framerate is a fraction, e.g.
|
Number |
getGopClosedCadence()
Frequency of closed GOPs.
|
Number |
getGopSize()
GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
String |
getGopSizeUnits()
Indicates if the gopSize is specified in frames or seconds.
|
String |
getLevel()
H.265 Level.
|
String |
getLookAheadRateControl()
Amount of lookahead.
|
Number |
getMaxBitrate()
For QVBR: See the tooltip for Quality level.
|
Number |
getMinIInterval()
Only meaningful if sceneChangeDetect is set to enabled.
|
Number |
getParDenominator()
Pixel Aspect Ratio denominator.
|
Number |
getParNumerator()
Pixel Aspect Ratio numerator.
|
String |
getProfile()
H.265 Profile.
|
Number |
getQvbrQualityLevel()
Controls the target quality for the video encode.
|
String |
getRateControlMode()
Rate control mode.
|
String |
getScanType()
Sets the scan type of the output to progressive or top-field-first interlaced.
|
String |
getSceneChangeDetect()
Scene change detection.
|
Number |
getSlices()
Number of slices per picture.
|
String |
getTier()
H.265 Tier.
|
String |
getTimecodeInsertion()
Determines how timecodes should be inserted into the video elementary stream.
|
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.H265SettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final String getAdaptiveQuantization()
CfnChannel.H265SettingsPropertyAllows intra-frame quantizers to vary to improve visual quality.
getAdaptiveQuantization in interface CfnChannel.H265SettingsPropertypublic final String getAfdSignaling()
CfnChannel.H265SettingsPropertyIf 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.
getAfdSignaling in interface CfnChannel.H265SettingsPropertypublic final String getAlternativeTransferFunction()
CfnChannel.H265SettingsPropertygetAlternativeTransferFunction in interface CfnChannel.H265SettingsPropertypublic final Number getBitrate()
CfnChannel.H265SettingsPropertyRequired 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.
getBitrate in interface CfnChannel.H265SettingsPropertypublic final Number getBufSize()
CfnChannel.H265SettingsPropertygetBufSize in interface CfnChannel.H265SettingsPropertypublic final String getColorMetadata()
CfnChannel.H265SettingsPropertygetColorMetadata in interface CfnChannel.H265SettingsPropertypublic final Object getColorSpaceSettings()
CfnChannel.H265SettingsPropertygetColorSpaceSettings in interface CfnChannel.H265SettingsPropertypublic final Object getFilterSettings()
CfnChannel.H265SettingsPropertygetFilterSettings in interface CfnChannel.H265SettingsPropertypublic final String getFixedAfd()
CfnChannel.H265SettingsPropertyOnly valid when afdSignaling is set to 'Fixed'.
getFixedAfd in interface CfnChannel.H265SettingsPropertypublic final String getFlickerAq()
CfnChannel.H265SettingsPropertygetFlickerAq in interface CfnChannel.H265SettingsPropertypublic final Number getFramerateDenominator()
CfnChannel.H265SettingsPropertygetFramerateDenominator in interface CfnChannel.H265SettingsPropertypublic final Number getFramerateNumerator()
CfnChannel.H265SettingsPropertygetFramerateNumerator in interface CfnChannel.H265SettingsPropertypublic final Number getGopClosedCadence()
CfnChannel.H265SettingsPropertyIn 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.
getGopClosedCadence in interface CfnChannel.H265SettingsPropertypublic final Number getGopSize()
CfnChannel.H265SettingsPropertyIf 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.
getGopSize in interface CfnChannel.H265SettingsPropertypublic final String getGopSizeUnits()
CfnChannel.H265SettingsPropertyIf seconds the system will convert the gopSize into a frame count at run time.
getGopSizeUnits in interface CfnChannel.H265SettingsPropertypublic final String getLevel()
CfnChannel.H265SettingsPropertygetLevel in interface CfnChannel.H265SettingsPropertypublic final String getLookAheadRateControl()
CfnChannel.H265SettingsPropertyA value of low can decrease latency and memory usage, while high can produce better quality for certain content.
getLookAheadRateControl in interface CfnChannel.H265SettingsPropertypublic final Number getMaxBitrate()
CfnChannel.H265SettingsPropertygetMaxBitrate in interface CfnChannel.H265SettingsPropertypublic final Number getMinIInterval()
CfnChannel.H265SettingsPropertyDefaults 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
getMinIInterval in interface CfnChannel.H265SettingsPropertypublic final Number getParDenominator()
CfnChannel.H265SettingsPropertygetParDenominator in interface CfnChannel.H265SettingsPropertypublic final Number getParNumerator()
CfnChannel.H265SettingsPropertygetParNumerator in interface CfnChannel.H265SettingsPropertypublic final String getProfile()
CfnChannel.H265SettingsPropertygetProfile in interface CfnChannel.H265SettingsPropertypublic final Number getQvbrQualityLevel()
CfnChannel.H265SettingsPropertyApplies 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:
getQvbrQualityLevel in interface CfnChannel.H265SettingsPropertypublic final String getRateControlMode()
CfnChannel.H265SettingsPropertyQVBR: 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.
getRateControlMode in interface CfnChannel.H265SettingsPropertypublic final String getScanType()
CfnChannel.H265SettingsPropertygetScanType in interface CfnChannel.H265SettingsPropertypublic final String getSceneChangeDetect()
CfnChannel.H265SettingsPropertygetSceneChangeDetect in interface CfnChannel.H265SettingsPropertypublic final Number getSlices()
CfnChannel.H265SettingsPropertyMust 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.
getSlices in interface CfnChannel.H265SettingsPropertypublic final String getTier()
CfnChannel.H265SettingsPropertygetTier in interface CfnChannel.H265SettingsPropertypublic final String getTimecodeInsertion()
CfnChannel.H265SettingsProperty
getTimecodeInsertion in interface CfnChannel.H265SettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.