Class CfnChannel.H264SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.H264SettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.H264SettingsProperty
CfnChannel.H264SettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.H264SettingsProperty
CfnChannel.H264SettingsProperty.Builder, CfnChannel.H264SettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.H264SettingsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The adaptive quantization.final String
Indicates that AFD values will be written into the output stream.final Number
The average bitrate in bits/second.final Number
The percentage of the buffer that should initially be filled (HRD buffer model).final Number
The size of the buffer (HRD buffer model) in bits/second.final String
Includes color space metadata in the output.final Object
Settings to configure the color space handling for the video.final String
The entropy encoding mode.final Object
Optional filters that you can apply to an encode.final String
A four-bit AFD value to write on all frames of video in the output stream.final String
If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.final String
This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis.final String
Indicates how the output video frame rate is specified.final Number
The frame rate denominator.final Number
The frame rate numerator.final String
If enabled, uses reference B frames for GOP structures that have B frames > 1.final Number
The frequency of closed GOPs.final Number
The number of B-frames between reference frames.final Number
The GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.final String
Indicates if the gopSize is specified in frames or seconds.final String
getLevel()
The H.264 level.final String
The amount of lookahead.final Number
For QVBR: See the tooltip for Quality level.final Number
Meaningful only if sceneChangeDetect is set to enabled.final Number
getMinQp()
final Number
The number of reference frames to use.final String
Indicates how the output pixel aspect ratio is specified.final Number
The Pixel Aspect Ratio denominator.final Number
The Pixel Aspect Ratio numerator.final String
An H.264 profile.final String
Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).final Number
Controls the target quality for the video encode.final String
The rate control mode.final String
Sets the scan type of the output to progressive or top-field-first interlaced.final String
The scene change detection.final Number
The number of slices per picture.final Number
Softness.final String
If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.final String
If set to fixed, uses gopNumBFrames B-frames per sub-GOP.final String
Produces a bitstream that is compliant with SMPTE RP-2027.final String
If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.final Object
final String
Determines how timecodes should be inserted into the video elementary stream.final int
hashCode()
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.H264SettingsProperty.Builder
.
-
-
Method Details
-
getAdaptiveQuantization
Description copied from interface:CfnChannel.H264SettingsProperty
The adaptive quantization.This allows intra-frame quantizers to vary to improve visual quality.
- Specified by:
getAdaptiveQuantization
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getAfdSignaling
Description copied from interface:CfnChannel.H264SettingsProperty
Indicates that AFD values will be written into the output stream.If 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.
- Specified by:
getAfdSignaling
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getBitrate
Description copied from interface:CfnChannel.H264SettingsProperty
The average bitrate in bits/second.This 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.
- Specified by:
getBitrate
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getBufFillPct
Description copied from interface:CfnChannel.H264SettingsProperty
The percentage of the buffer that should initially be filled (HRD buffer model).- Specified by:
getBufFillPct
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getBufSize
Description copied from interface:CfnChannel.H264SettingsProperty
The size of the buffer (HRD buffer model) in bits/second.- Specified by:
getBufSize
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getColorMetadata
Description copied from interface:CfnChannel.H264SettingsProperty
Includes color space metadata in the output.- Specified by:
getColorMetadata
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getColorSpaceSettings
Description copied from interface:CfnChannel.H264SettingsProperty
Settings to configure the color space handling for the video.- Specified by:
getColorSpaceSettings
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getEntropyEncoding
Description copied from interface:CfnChannel.H264SettingsProperty
The entropy encoding mode.Use cabac (must be in Main or High profile) or cavlc.
- Specified by:
getEntropyEncoding
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFilterSettings
Description copied from interface:CfnChannel.H264SettingsProperty
Optional filters that you can apply to an encode.- Specified by:
getFilterSettings
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFixedAfd
Description copied from interface:CfnChannel.H264SettingsProperty
A four-bit AFD value to write on all frames of video in the output stream.Valid only when afdSignaling is set to Fixed.
- Specified by:
getFixedAfd
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFlickerAq
Description copied from interface:CfnChannel.H264SettingsProperty
If set to enabled, adjusts the quantization within each frame to reduce flicker or pop on I-frames.- Specified by:
getFlickerAq
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getForceFieldPictures
Description copied from interface:CfnChannel.H264SettingsProperty
This setting applies only when scan type is "interlaced." It controls whether coding is performed on a field basis or on a frame basis. (When the video is progressive, the coding is always performed on a frame basis.) enabled: Force MediaLive to code on a field basis, so that odd and even sets of fields are coded separately. disabled: Code the two sets of fields separately (on a field basis) or together (on a frame basis using PAFF), depending on what is most appropriate for the content.- Specified by:
getForceFieldPictures
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFramerateControl
Description copied from interface:CfnChannel.H264SettingsProperty
Indicates how the output video frame rate is specified.If 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.
- Specified by:
getFramerateControl
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFramerateDenominator
Description copied from interface:CfnChannel.H264SettingsProperty
The frame rate denominator.- Specified by:
getFramerateDenominator
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getFramerateNumerator
Description copied from interface:CfnChannel.H264SettingsProperty
The frame rate numerator.The frame rate is a fraction, for example, 24000/1001 = 23.976 fps.
- Specified by:
getFramerateNumerator
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getGopBReference
Description copied from interface:CfnChannel.H264SettingsProperty
If enabled, uses reference B frames for GOP structures that have B frames > 1.- Specified by:
getGopBReference
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getGopClosedCadence
Description copied from interface:CfnChannel.H264SettingsProperty
The frequency of closed GOPs.In 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.
- Specified by:
getGopClosedCadence
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getGopNumBFrames
Description copied from interface:CfnChannel.H264SettingsProperty
The number of B-frames between reference frames.- Specified by:
getGopNumBFrames
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getGopSize
Description copied from interface:CfnChannel.H264SettingsProperty
The GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.The value must be greater than zero.
- Specified by:
getGopSize
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getGopSizeUnits
Description copied from interface:CfnChannel.H264SettingsProperty
Indicates if the gopSize is specified in frames or seconds.If seconds, the system converts the gopSize into a frame count at runtime.
- Specified by:
getGopSizeUnits
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getLevel
Description copied from interface:CfnChannel.H264SettingsProperty
The H.264 level.- Specified by:
getLevel
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getLookAheadRateControl
Description copied from interface:CfnChannel.H264SettingsProperty
The amount of lookahead.A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
- Specified by:
getLookAheadRateControl
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getMaxBitrate
Description copied from interface:CfnChannel.H264SettingsProperty
For QVBR: See the tooltip for Quality level.For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
- Specified by:
getMaxBitrate
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getMinIInterval
Description copied from interface:CfnChannel.H264SettingsProperty
Meaningful only if sceneChangeDetect is set to enabled.This 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.
- Specified by:
getMinIInterval
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getMinQp
- Specified by:
getMinQp
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getNumRefFrames
Description copied from interface:CfnChannel.H264SettingsProperty
The number of reference frames to use.The encoder might use more than requested if you use B-frames or interlaced encoding.
- Specified by:
getNumRefFrames
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getParControl
Description copied from interface:CfnChannel.H264SettingsProperty
Indicates how the output pixel aspect ratio is specified.If "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.
- Specified by:
getParControl
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getParDenominator
Description copied from interface:CfnChannel.H264SettingsProperty
The Pixel Aspect Ratio denominator.- Specified by:
getParDenominator
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getParNumerator
Description copied from interface:CfnChannel.H264SettingsProperty
The Pixel Aspect Ratio numerator.- Specified by:
getParNumerator
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getProfile
Description copied from interface:CfnChannel.H264SettingsProperty
An H.264 profile.- Specified by:
getProfile
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getQualityLevel
Description copied from interface:CfnChannel.H264SettingsProperty
Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).- ENHANCED_QUALITY: Produces a slightly better video quality without an increase in the bitrate. Has an effect only when the Rate control mode is QVBR or CBR. If this channel is in a MediaLive multiplex, the value must be ENHANCED_QUALITY.
- STANDARD_QUALITY: Valid for any Rate control mode.
- Specified by:
getQualityLevel
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getQvbrQualityLevel
Description copied from interface:CfnChannel.H264SettingsProperty
Controls the target quality for the video encode.This 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:
getQvbrQualityLevel
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getRateControlMode
Description copied from interface:CfnChannel.H264SettingsProperty
The rate control mode.QVBR: 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.
- Specified by:
getRateControlMode
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getScanType
Description copied from interface:CfnChannel.H264SettingsProperty
Sets the scan type of the output to progressive or top-field-first interlaced.- Specified by:
getScanType
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSceneChangeDetect
Description copied from interface:CfnChannel.H264SettingsProperty
The scene change detection.On: inserts I-frames when the scene change is detected. Off: does not force an I-frame when the scene change is detected.
- Specified by:
getSceneChangeDetect
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSlices
Description copied from interface:CfnChannel.H264SettingsProperty
The number of slices per picture.The 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.
- Specified by:
getSlices
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSoftness
Description copied from interface:CfnChannel.H264SettingsProperty
Softness.Selects a quantizer matrix. Larger values reduce high-frequency content in the encoded image.
- Specified by:
getSoftness
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSpatialAq
Description copied from interface:CfnChannel.H264SettingsProperty
If set to enabled, adjusts quantization within each frame based on the spatial variation of content complexity.- Specified by:
getSpatialAq
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSubgopLength
Description copied from interface:CfnChannel.H264SettingsProperty
If set to fixed, uses gopNumBFrames B-frames per sub-GOP.If set to dynamic, optimizes the number of B-frames used for each sub-GOP to improve visual quality.
- Specified by:
getSubgopLength
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getSyntax
Description copied from interface:CfnChannel.H264SettingsProperty
Produces a bitstream that is compliant with SMPTE RP-2027.- Specified by:
getSyntax
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getTemporalAq
Description copied from interface:CfnChannel.H264SettingsProperty
If set to enabled, adjusts quantization within each frame based on the temporal variation of content complexity.- Specified by:
getTemporalAq
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getTimecodeBurninSettings
- Specified by:
getTimecodeBurninSettings
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
getTimecodeInsertion
Description copied from interface:CfnChannel.H264SettingsProperty
Determines how timecodes should be inserted into the video elementary stream.disabled: don't include timecodes. picTimingSei: pass through picture timing SEI messages from the source specified in Timecode Config.
- Specified by:
getTimecodeInsertion
in interfaceCfnChannel.H264SettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-