public static final class CfnChannel.H265SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.H265SettingsProperty
CfnChannel.H265SettingsProperty
CfnChannel.H265SettingsProperty.Builder, CfnChannel.H265SettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getAdaptiveQuantization()
Adaptive quantization.
|
java.lang.String |
getAfdSignaling()
Indicates that AFD values will be written into the output stream.
|
java.lang.String |
getAlternativeTransferFunction()
Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.
|
java.lang.Number |
getBitrate()
Average bitrate in bits/second.
|
java.lang.Number |
getBufSize()
Size of buffer (HRD buffer model) in bits.
|
java.lang.String |
getColorMetadata()
Includes colorspace metadata in the output.
|
java.lang.Object |
getColorSpaceSettings()
Color Space settings.
|
java.lang.Object |
getFilterSettings()
Optional filters that you can apply to an encode.
|
java.lang.String |
getFixedAfd()
Four bit AFD value to write on all frames of video in the output stream.
|
java.lang.String |
getFlickerAq()
If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
java.lang.Number |
getFramerateDenominator()
Framerate denominator.
|
java.lang.Number |
getFramerateNumerator()
Framerate numerator - framerate is a fraction, e.g.
|
java.lang.Number |
getGopClosedCadence()
Frequency of closed GOPs.
|
java.lang.Number |
getGopSize()
GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
java.lang.String |
getGopSizeUnits()
Indicates if the gopSize is specified in frames or seconds.
|
java.lang.String |
getLevel()
H.265 Level.
|
java.lang.String |
getLookAheadRateControl()
Amount of lookahead.
|
java.lang.Number |
getMaxBitrate()
For QVBR: See the tooltip for Quality level.
|
java.lang.Number |
getMinIInterval()
Only meaningful if sceneChangeDetect is set to enabled.
|
java.lang.Number |
getParDenominator()
Pixel Aspect Ratio denominator.
|
java.lang.Number |
getParNumerator()
Pixel Aspect Ratio numerator.
|
java.lang.String |
getProfile()
H.265 Profile.
|
java.lang.Number |
getQvbrQualityLevel()
Controls the target quality for the video encode.
|
java.lang.String |
getRateControlMode()
Rate control mode.
|
java.lang.String |
getScanType()
Sets the scan type of the output to progressive or top-field-first interlaced.
|
java.lang.String |
getSceneChangeDetect()
Scene change detection.
|
java.lang.Number |
getSlices()
Number of slices per picture.
|
java.lang.String |
getTier()
H.265 Tier.
|
java.lang.String |
getTimecodeInsertion()
Determines how timecodes should be inserted into the video elementary stream.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getAdaptiveQuantization()
CfnChannel.H265SettingsProperty
Allows intra-frame quantizers to vary to improve visual quality.
getAdaptiveQuantization
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getAfdSignaling()
CfnChannel.H265SettingsProperty
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.
getAfdSignaling
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getAlternativeTransferFunction()
CfnChannel.H265SettingsProperty
getAlternativeTransferFunction
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getBitrate()
CfnChannel.H265SettingsProperty
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.
getBitrate
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getBufSize()
CfnChannel.H265SettingsProperty
getBufSize
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getColorMetadata()
CfnChannel.H265SettingsProperty
getColorMetadata
in interface CfnChannel.H265SettingsProperty
public final java.lang.Object getColorSpaceSettings()
CfnChannel.H265SettingsProperty
getColorSpaceSettings
in interface CfnChannel.H265SettingsProperty
public final java.lang.Object getFilterSettings()
CfnChannel.H265SettingsProperty
getFilterSettings
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getFixedAfd()
CfnChannel.H265SettingsProperty
Only valid when afdSignaling is set to 'Fixed'.
getFixedAfd
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getFlickerAq()
CfnChannel.H265SettingsProperty
getFlickerAq
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getFramerateDenominator()
CfnChannel.H265SettingsProperty
getFramerateDenominator
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getFramerateNumerator()
CfnChannel.H265SettingsProperty
getFramerateNumerator
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getGopClosedCadence()
CfnChannel.H265SettingsProperty
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.
getGopClosedCadence
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getGopSize()
CfnChannel.H265SettingsProperty
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.
getGopSize
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getGopSizeUnits()
CfnChannel.H265SettingsProperty
If seconds the system will convert the gopSize into a frame count at run time.
getGopSizeUnits
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getLevel()
CfnChannel.H265SettingsProperty
getLevel
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getLookAheadRateControl()
CfnChannel.H265SettingsProperty
A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
getLookAheadRateControl
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getMaxBitrate()
CfnChannel.H265SettingsProperty
getMaxBitrate
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getMinIInterval()
CfnChannel.H265SettingsProperty
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
getMinIInterval
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getParDenominator()
CfnChannel.H265SettingsProperty
getParDenominator
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getParNumerator()
CfnChannel.H265SettingsProperty
getParNumerator
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getProfile()
CfnChannel.H265SettingsProperty
getProfile
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getQvbrQualityLevel()
CfnChannel.H265SettingsProperty
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:
getQvbrQualityLevel
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getRateControlMode()
CfnChannel.H265SettingsProperty
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.
getRateControlMode
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getScanType()
CfnChannel.H265SettingsProperty
getScanType
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getSceneChangeDetect()
CfnChannel.H265SettingsProperty
getSceneChangeDetect
in interface CfnChannel.H265SettingsProperty
public final java.lang.Number getSlices()
CfnChannel.H265SettingsProperty
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.
getSlices
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getTier()
CfnChannel.H265SettingsProperty
getTier
in interface CfnChannel.H265SettingsProperty
public final java.lang.String getTimecodeInsertion()
CfnChannel.H265SettingsProperty
getTimecodeInsertion
in interface CfnChannel.H265SettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()