Class CfnChannel.Mpeg2SettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.Mpeg2SettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.Mpeg2SettingsProperty
CfnChannel.Mpeg2SettingsProperty
-
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.Mpeg2SettingsProperty
CfnChannel.Mpeg2SettingsProperty.Builder, CfnChannel.Mpeg2SettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.Mpeg2SettingsProperty.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
Choose Off to disable adaptive quantization.final String
Indicates the AFD values that MediaLive will write into the video encode.final String
Specifies whether to include the color space metadata.final String
Choose the type of color space conversion to apply to the output.final String
Sets the pixel aspect ratio for the encode.final Object
Optionally specify a noise reduction filter, which can improve quality of compressed content.final String
Complete this field only when afdSignaling is set to FIXED.final Number
description": "The framerate denominator.final Number
The framerate numerator.final Number
MPEG2: default is open GOP.final Number
Relates to the GOP structure.final Number
Relates to the GOP structure.final String
Relates to the GOP structure.final String
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).final String
Relates to the GOP structure.final Object
final String
Determines how MediaLive inserts timecodes in the output video.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.Mpeg2SettingsProperty.Builder
.
-
-
Method Details
-
getAdaptiveQuantization
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Choose Off to disable adaptive quantization.Or choose another value to enable the quantizer and set its strength. The strengths are: Auto, Off, Low, Medium, High. When you enable this field, MediaLive allows intra-frame quantizers to vary, which might improve visual quality.
- Specified by:
getAdaptiveQuantization
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getAfdSignaling
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Indicates the AFD values that MediaLive will write into the video encode.If you do not know what AFD signaling is, or if your downstream system has not given you guidance, choose AUTO. AUTO: MediaLive will try to preserve the input AFD value (in cases where multiple AFD values are valid). FIXED: MediaLive will use the value you specify in fixedAFD.
- Specified by:
getAfdSignaling
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getColorMetadata
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Specifies whether to include the color space metadata.The metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.
- Specified by:
getColorMetadata
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getColorSpace
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Choose the type of color space conversion to apply to the output.For detailed information on setting up both the input and the output to obtain the desired color space in the output, see the section on "MediaLive Features - Video - color space" in the MediaLive User Guide. PASSTHROUGH: Keep the color space of the input content - do not convert it. AUTO:Convert all content that is SD to rec 601, and convert all content that is HD to rec 709.
- Specified by:
getColorSpace
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getDisplayAspectRatio
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Sets the pixel aspect ratio for the encode.- Specified by:
getDisplayAspectRatio
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getFilterSettings
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Optionally specify a noise reduction filter, which can improve quality of compressed content.If you do not choose a filter, no filter will be applied. TEMPORAL: This filter is useful for both source content that is noisy (when it has excessive digital artifacts) and source content that is clean. When the content is noisy, the filter cleans up the source content before the encoding phase, with these two effects: First, it improves the output video quality because the content has been cleaned up. Secondly, it decreases the bandwidth because MediaLive does not waste bits on encoding noise. When the content is reasonably clean, the filter tends to decrease the bitrate.
- Specified by:
getFilterSettings
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getFixedAfd
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Complete this field only when afdSignaling is set to FIXED.Enter the AFD value (4 bits) to write on all frames of the video encode.
- Specified by:
getFixedAfd
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getFramerateDenominator
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
description": "The framerate denominator.For example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
- Specified by:
getFramerateDenominator
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getFramerateNumerator
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
The framerate numerator.For example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
- Specified by:
getFramerateNumerator
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getGopClosedCadence
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
MPEG2: default is open GOP.- Specified by:
getGopClosedCadence
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getGopNumBFrames
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Relates to the GOP structure.The number of B-frames between reference frames. If you do not know what a B-frame is, use the default.
- Specified by:
getGopNumBFrames
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getGopSize
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Relates to the GOP structure.The GOP size (keyframe interval) in the units specified in gopSizeUnits. If you do not know what GOP is, use the default. If gopSizeUnits is frames, then the gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, the gopSize must be greater than 0, but does not need to be an integer.
- Specified by:
getGopSize
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getGopSizeUnits
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Relates to the GOP structure.Specifies whether the gopSize is specified in frames or seconds. If you do not plan to change the default gopSize, leave the default. If you specify SECONDS, MediaLive will internally convert the gop size to a frame count.
- Specified by:
getGopSizeUnits
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getScanType
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).- Specified by:
getScanType
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getSubgopLength
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Relates to the GOP structure.If you do not know what GOP is, use the default. FIXED: Set the number of B-frames in each sub-GOP to the value in gopNumBFrames. DYNAMIC: Let MediaLive optimize the number of B-frames in each sub-GOP, to improve visual quality.
- Specified by:
getSubgopLength
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getTimecodeBurninSettings
- Specified by:
getTimecodeBurninSettings
in interfaceCfnChannel.Mpeg2SettingsProperty
- See Also:
-
getTimecodeInsertion
Description copied from interface:CfnChannel.Mpeg2SettingsProperty
Determines how MediaLive inserts timecodes in the output video.For detailed information about setting up the input and the output for a timecode, see the section on "MediaLive Features - Timecode configuration" in the MediaLive User Guide. DISABLED: do not include timecodes. GOP_TIMECODE: Include timecode metadata in the GOP header.
- Specified by:
getTimecodeInsertion
in interfaceCfnChannel.Mpeg2SettingsProperty
- 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()
-