@Stability(value=Stable) @Internal public static final class CfnChannel.H264SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.H264SettingsProperty
CfnChannel.H264SettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.H264SettingsProperty.Builder, CfnChannel.H264SettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.H264SettingsProperty.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()
The adaptive quantization.
|
String |
getAfdSignaling()
Indicates that AFD values will be written into the output stream.
|
Number |
getBitrate()
The average bitrate in bits/second.
|
Number |
getBufFillPct()
The percentage of the buffer that should initially be filled (HRD buffer model).
|
Number |
getBufSize()
The size of the buffer (HRD buffer model) in bits/second.
|
String |
getColorMetadata()
Includes color space metadata in the output.
|
Object |
getColorSpaceSettings()
Settings to configure the color space handling for the video.
|
String |
getEntropyEncoding()
The entropy encoding mode.
|
Object |
getFilterSettings()
Optional filters that you can apply to an encode.
|
String |
getFixedAfd()
A four-bit AFD value to write on all frames of video in the output stream.
|
String |
getFlickerAq()
If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.
|
String |
getForceFieldPictures()
This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis.
|
String |
getFramerateControl()
Indicates how the output video frame rate is specified.
|
Number |
getFramerateDenominator()
The frame rate denominator.
|
Number |
getFramerateNumerator()
The frame rate numerator.
|
String |
getGopBReference()
If enabled, uses reference B frames for GOP structures that have B frames > 1.
|
Number |
getGopClosedCadence()
The frequency of closed GOPs.
|
Number |
getGopNumBFrames()
The number of B-frames between reference frames.
|
Number |
getGopSize()
The 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()
The H.264 level.
|
String |
getLookAheadRateControl()
The amount of lookahead.
|
Number |
getMaxBitrate()
For QVBR: See the tooltip for Quality level.
|
Number |
getMinIInterval()
Meaningful only if sceneChangeDetect is set to enabled.
|
Number |
getNumRefFrames()
The number of reference frames to use.
|
String |
getParControl()
Indicates how the output pixel aspect ratio is specified.
|
Number |
getParDenominator()
The Pixel Aspect Ratio denominator.
|
Number |
getParNumerator()
The Pixel Aspect Ratio numerator.
|
String |
getProfile()
An H.264 profile.
|
String |
getQualityLevel()
Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).
|
Number |
getQvbrQualityLevel()
Controls the target quality for the video encode.
|
String |
getRateControlMode()
The rate control mode.
|
String |
getScanType()
Sets the scan type of the output to progressive or top-field-first interlaced.
|
String |
getSceneChangeDetect()
The scene change detection.
|
Number |
getSlices()
The number of slices per picture.
|
Number |
getSoftness()
Softness.
|
String |
getSpatialAq()
If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.
|
String |
getSubgopLength()
If set to fixed, uses gopNumBFrames B-frames per sub-GOP.
|
String |
getSyntax()
Produces a bitstream that is compliant with SMPTE RP-2027.
|
String |
getTemporalAq()
If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.
|
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.H264SettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final String getAdaptiveQuantization()
CfnChannel.H264SettingsPropertyThis allows intra-frame quantizers to vary to improve visual quality.
getAdaptiveQuantization in interface CfnChannel.H264SettingsPropertypublic final String getAfdSignaling()
CfnChannel.H264SettingsPropertyIf afdSignaling is auto, the system tries to preserve the input AFD value (in cases where multiple AFD values are valid). If set to fixed, the AFD value is the value configured in the fixedAfd parameter.
getAfdSignaling in interface CfnChannel.H264SettingsPropertypublic final Number getBitrate()
CfnChannel.H264SettingsPropertyThis is required when the rate control mode is VBR or CBR. It isn't used for QVBR. In a Microsoft 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.H264SettingsPropertypublic final Number getBufFillPct()
CfnChannel.H264SettingsPropertygetBufFillPct in interface CfnChannel.H264SettingsPropertypublic final Number getBufSize()
CfnChannel.H264SettingsPropertygetBufSize in interface CfnChannel.H264SettingsPropertypublic final String getColorMetadata()
CfnChannel.H264SettingsPropertygetColorMetadata in interface CfnChannel.H264SettingsPropertypublic final Object getColorSpaceSettings()
CfnChannel.H264SettingsPropertygetColorSpaceSettings in interface CfnChannel.H264SettingsPropertypublic final String getEntropyEncoding()
CfnChannel.H264SettingsPropertyUse cabac (must be in Main or High profile) or cavlc.
getEntropyEncoding in interface CfnChannel.H264SettingsPropertypublic final Object getFilterSettings()
CfnChannel.H264SettingsPropertygetFilterSettings in interface CfnChannel.H264SettingsPropertypublic final String getFixedAfd()
CfnChannel.H264SettingsPropertyValid only when afdSignaling is set to Fixed.
getFixedAfd in interface CfnChannel.H264SettingsPropertypublic final String getFlickerAq()
CfnChannel.H264SettingsPropertygetFlickerAq in interface CfnChannel.H264SettingsPropertypublic final String getForceFieldPictures()
CfnChannel.H264SettingsPropertygetForceFieldPictures in interface CfnChannel.H264SettingsPropertypublic final String getFramerateControl()
CfnChannel.H264SettingsPropertyIf you select "specified," the output video frame rate is determined by framerateNumerator and framerateDenominator. If you select "initializeFromSource," the output video frame rate is set equal to the input video frame rate of the first input.
getFramerateControl in interface CfnChannel.H264SettingsPropertypublic final Number getFramerateDenominator()
CfnChannel.H264SettingsPropertygetFramerateDenominator in interface CfnChannel.H264SettingsPropertypublic final Number getFramerateNumerator()
CfnChannel.H264SettingsPropertyThe frame rate is a fraction, for example, 24000/1001 = 23.976 fps.
getFramerateNumerator in interface CfnChannel.H264SettingsPropertypublic final String getGopBReference()
CfnChannel.H264SettingsPropertygetGopBReference in interface CfnChannel.H264SettingsPropertypublic final Number getGopClosedCadence()
CfnChannel.H264SettingsPropertyIn streaming applications, we recommend that you set this to 1 so that 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.H264SettingsPropertypublic final Number getGopNumBFrames()
CfnChannel.H264SettingsPropertygetGopNumBFrames in interface CfnChannel.H264SettingsPropertypublic final Number getGopSize()
CfnChannel.H264SettingsPropertyThe value must be greater than zero.
getGopSize in interface CfnChannel.H264SettingsPropertypublic final String getGopSizeUnits()
CfnChannel.H264SettingsPropertyIf seconds, the system converts the gopSize into a frame count at runtime.
getGopSizeUnits in interface CfnChannel.H264SettingsPropertypublic final String getLevel()
CfnChannel.H264SettingsPropertygetLevel in interface CfnChannel.H264SettingsPropertypublic final String getLookAheadRateControl()
CfnChannel.H264SettingsPropertyA value of low can decrease latency and memory usage, while high can produce better quality for certain content.
getLookAheadRateControl in interface CfnChannel.H264SettingsPropertypublic final Number getMaxBitrate()
CfnChannel.H264SettingsPropertyFor VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
getMaxBitrate in interface CfnChannel.H264SettingsPropertypublic final Number getMinIInterval()
CfnChannel.H264SettingsPropertyThis setting 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 or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
getMinIInterval in interface CfnChannel.H264SettingsPropertypublic final Number getNumRefFrames()
CfnChannel.H264SettingsPropertyThe encoder might use more than requested if you use B-frames or interlaced encoding.
getNumRefFrames in interface CfnChannel.H264SettingsPropertypublic final String getParControl()
CfnChannel.H264SettingsPropertyIf "specified" is selected, the output video pixel aspect ratio is determined by parNumerator and parDenominator. If "initializeFromSource" is selected, the output pixels aspect ratio will be set equal to the input video pixel aspect ratio of the first input.
getParControl in interface CfnChannel.H264SettingsPropertypublic final Number getParDenominator()
CfnChannel.H264SettingsPropertygetParDenominator in interface CfnChannel.H264SettingsPropertypublic final Number getParNumerator()
CfnChannel.H264SettingsPropertygetParNumerator in interface CfnChannel.H264SettingsPropertypublic final String getProfile()
CfnChannel.H264SettingsPropertygetProfile in interface CfnChannel.H264SettingsPropertypublic final String getQualityLevel()
CfnChannel.H264SettingsProperty
getQualityLevel in interface CfnChannel.H264SettingsPropertypublic final Number getQvbrQualityLevel()
CfnChannel.H264SettingsPropertyThis 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.
getQvbrQualityLevel in interface CfnChannel.H264SettingsPropertypublic final String getRateControlMode()
CfnChannel.H264SettingsPropertyQVBR: The quality will match the specified quality level except when it is constrained by the maximum bitrate. We recommend this if you or your viewers pay for bandwidth. VBR: The quality and bitrate vary, depending on the video complexity. We recommend this instead of QVBR if you want to maintain a specific average bitrate over the duration of the channel. CBR: The quality varies, depending on the video complexity. We recommend this only if you distribute your assets to devices that can't handle variable bitrates.
getRateControlMode in interface CfnChannel.H264SettingsPropertypublic final String getScanType()
CfnChannel.H264SettingsPropertygetScanType in interface CfnChannel.H264SettingsPropertypublic final String getSceneChangeDetect()
CfnChannel.H264SettingsPropertyOn: inserts I-frames when the scene change is detected. Off: does not force an I-frame when the scene change is detected.
getSceneChangeDetect in interface CfnChannel.H264SettingsPropertypublic final Number getSlices()
CfnChannel.H264SettingsPropertyThe number 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. If you don't specify a value, MediaLive chooses the number of slices based on the encode resolution.
getSlices in interface CfnChannel.H264SettingsPropertypublic final Number getSoftness()
CfnChannel.H264SettingsPropertySelects a quantizer matrix. Larger values reduce high-frequency content in the encoded image.
getSoftness in interface CfnChannel.H264SettingsPropertypublic final String getSpatialAq()
CfnChannel.H264SettingsPropertygetSpatialAq in interface CfnChannel.H264SettingsPropertypublic final String getSubgopLength()
CfnChannel.H264SettingsPropertyIf set to dynamic, optimizes the number of B-frames used for each sub-GOP to improve visual quality.
getSubgopLength in interface CfnChannel.H264SettingsPropertypublic final String getSyntax()
CfnChannel.H264SettingsPropertygetSyntax in interface CfnChannel.H264SettingsPropertypublic final String getTemporalAq()
CfnChannel.H264SettingsPropertygetTemporalAq in interface CfnChannel.H264SettingsPropertypublic final String getTimecodeInsertion()
CfnChannel.H264SettingsPropertydisabled: don't include timecodes. picTimingSei: pass through picture timing SEI messages from the source specified in Timecode Config.
getTimecodeInsertion in interface CfnChannel.H264SettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.