@Stability(value=Stable) @Internal public static final class CfnChannel.Mpeg2SettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.Mpeg2SettingsProperty
CfnChannel.Mpeg2SettingsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnChannel.Mpeg2SettingsProperty.Builder, CfnChannel.Mpeg2SettingsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnChannel.Mpeg2SettingsProperty.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()
Choose Off to disable adaptive quantization.
|
String |
getAfdSignaling()
Indicates the AFD values that MediaLive will write into the video encode.
|
String |
getColorMetadata()
Specifies whether to include the color space metadata.
|
String |
getColorSpace()
Choose the type of color space conversion to apply to the output.
|
String |
getDisplayAspectRatio()
Sets the pixel aspect ratio for the encode.
|
Object |
getFilterSettings()
Optionally specify a noise reduction filter, which can improve quality of compressed content.
|
String |
getFixedAfd()
Complete this field only when afdSignaling is set to FIXED.
|
Number |
getFramerateDenominator()
description": "The framerate denominator.
|
Number |
getFramerateNumerator()
The framerate numerator.
|
Number |
getGopClosedCadence()
MPEG2: default is open GOP.
|
Number |
getGopNumBFrames()
Relates to the GOP structure.
|
Number |
getGopSize()
Relates to the GOP structure.
|
String |
getGopSizeUnits()
Relates to the GOP structure.
|
String |
getScanType()
Set the scan type of the output to PROGRESSIVE or INTERLACED (top field first).
|
String |
getSubgopLength()
Relates to the GOP structure.
|
String |
getTimecodeInsertion()
Determines how MediaLive inserts timecodes in the output video.
|
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.Mpeg2SettingsProperty.Builder builder)
CfnChannel.AacSettingsProperty.Builder.public final String getAdaptiveQuantization()
CfnChannel.Mpeg2SettingsPropertyOr 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.
getAdaptiveQuantization in interface CfnChannel.Mpeg2SettingsPropertypublic final String getAfdSignaling()
CfnChannel.Mpeg2SettingsPropertyIf 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.
getAfdSignaling in interface CfnChannel.Mpeg2SettingsPropertypublic final String getColorMetadata()
CfnChannel.Mpeg2SettingsPropertyThe metadata describes the color space that applies to the video (the colorSpace field). We recommend that you insert the metadata.
getColorMetadata in interface CfnChannel.Mpeg2SettingsPropertypublic final String getColorSpace()
CfnChannel.Mpeg2SettingsPropertyFor 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.
getColorSpace in interface CfnChannel.Mpeg2SettingsPropertypublic final String getDisplayAspectRatio()
CfnChannel.Mpeg2SettingsPropertygetDisplayAspectRatio in interface CfnChannel.Mpeg2SettingsPropertypublic final Object getFilterSettings()
CfnChannel.Mpeg2SettingsPropertyIf 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.
getFilterSettings in interface CfnChannel.Mpeg2SettingsPropertypublic final String getFixedAfd()
CfnChannel.Mpeg2SettingsPropertyEnter the AFD value (4 bits) to write on all frames of the video encode.
getFixedAfd in interface CfnChannel.Mpeg2SettingsPropertypublic final Number getFramerateDenominator()
CfnChannel.Mpeg2SettingsPropertyFor example, 1001. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
getFramerateDenominator in interface CfnChannel.Mpeg2SettingsPropertypublic final Number getFramerateNumerator()
CfnChannel.Mpeg2SettingsPropertyFor example, 24000. The framerate is the numerator divided by the denominator. For example, 24000 / 1001 = 23.976 FPS.
getFramerateNumerator in interface CfnChannel.Mpeg2SettingsPropertypublic final Number getGopClosedCadence()
CfnChannel.Mpeg2SettingsPropertygetGopClosedCadence in interface CfnChannel.Mpeg2SettingsPropertypublic final Number getGopNumBFrames()
CfnChannel.Mpeg2SettingsPropertyThe number of B-frames between reference frames. If you do not know what a B-frame is, use the default.
getGopNumBFrames in interface CfnChannel.Mpeg2SettingsPropertypublic final Number getGopSize()
CfnChannel.Mpeg2SettingsPropertyThe 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.
getGopSize in interface CfnChannel.Mpeg2SettingsPropertypublic final String getGopSizeUnits()
CfnChannel.Mpeg2SettingsPropertySpecifies 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.
getGopSizeUnits in interface CfnChannel.Mpeg2SettingsPropertypublic final String getScanType()
CfnChannel.Mpeg2SettingsPropertygetScanType in interface CfnChannel.Mpeg2SettingsPropertypublic final String getSubgopLength()
CfnChannel.Mpeg2SettingsPropertyIf 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.
getSubgopLength in interface CfnChannel.Mpeg2SettingsPropertypublic final String getTimecodeInsertion()
CfnChannel.Mpeg2SettingsPropertyFor 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.
getTimecodeInsertion in interface CfnChannel.Mpeg2SettingsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.