@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Xavc4kProfileSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description | 
|---|
Xavc4kProfileSettings()  | 
| Modifier and Type | Method and Description | 
|---|---|
Xavc4kProfileSettings | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getBitrateClass()
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. 
 | 
String | 
getCodecProfile()
Specify the codec profile for this output. 
 | 
String | 
getFlickerAdaptiveQuantization()
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
String | 
getGopBReference()
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. 
 | 
Integer | 
getGopClosedCadence()
Frequency of closed GOPs. 
 | 
Integer | 
getHrdBufferSize()
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. 
 | 
String | 
getQualityTuningLevel()
Optional. 
 | 
Integer | 
getSlices()
Number of slices per picture. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setBitrateClass(String bitrateClass)
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. 
 | 
void | 
setCodecProfile(String codecProfile)
Specify the codec profile for this output. 
 | 
void | 
setFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
void | 
setGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. 
 | 
void | 
setGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs. 
 | 
void | 
setHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. 
 | 
void | 
setQualityTuningLevel(String qualityTuningLevel)
Optional. 
 | 
void | 
setSlices(Integer slices)
Number of slices per picture. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
Xavc4kProfileSettings | 
withBitrateClass(String bitrateClass)
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. 
 | 
Xavc4kProfileSettings | 
withBitrateClass(Xavc4kProfileBitrateClass bitrateClass)
Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. 
 | 
Xavc4kProfileSettings | 
withCodecProfile(String codecProfile)
Specify the codec profile for this output. 
 | 
Xavc4kProfileSettings | 
withCodecProfile(Xavc4kProfileCodecProfile codecProfile)
Specify the codec profile for this output. 
 | 
Xavc4kProfileSettings | 
withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
Xavc4kProfileSettings | 
withFlickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
 quantization. 
 | 
Xavc4kProfileSettings | 
withGopBReference(String gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. 
 | 
Xavc4kProfileSettings | 
withGopBReference(XavcGopBReference gopBReference)
Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. 
 | 
Xavc4kProfileSettings | 
withGopClosedCadence(Integer gopClosedCadence)
Frequency of closed GOPs. 
 | 
Xavc4kProfileSettings | 
withHrdBufferSize(Integer hrdBufferSize)
Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. 
 | 
Xavc4kProfileSettings | 
withQualityTuningLevel(String qualityTuningLevel)
Optional. 
 | 
Xavc4kProfileSettings | 
withQualityTuningLevel(Xavc4kProfileQualityTuningLevel qualityTuningLevel)
Optional. 
 | 
Xavc4kProfileSettings | 
withSlices(Integer slices)
Number of slices per picture. 
 | 
public void setBitrateClass(String bitrateClass)
bitrateClass - Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class
        have similar image quality over the operating points that are valid for that class.Xavc4kProfileBitrateClasspublic String getBitrateClass()
Xavc4kProfileBitrateClasspublic Xavc4kProfileSettings withBitrateClass(String bitrateClass)
bitrateClass - Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class
        have similar image quality over the operating points that are valid for that class.Xavc4kProfileBitrateClasspublic Xavc4kProfileSettings withBitrateClass(Xavc4kProfileBitrateClass bitrateClass)
bitrateClass - Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output. Outputs of the same class
        have similar image quality over the operating points that are valid for that class.Xavc4kProfileBitrateClasspublic void setCodecProfile(String codecProfile)
codecProfile - Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2
        (HIGH_422). These profiles are specified in ITU-T H.264.Xavc4kProfileCodecProfilepublic String getCodecProfile()
Xavc4kProfileCodecProfilepublic Xavc4kProfileSettings withCodecProfile(String codecProfile)
codecProfile - Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2
        (HIGH_422). These profiles are specified in ITU-T H.264.Xavc4kProfileCodecProfilepublic Xavc4kProfileSettings withCodecProfile(Xavc4kProfileCodecProfile codecProfile)
codecProfile - Specify the codec profile for this output. Choose High, 8-bit, 4:2:0 (HIGH) or High, 10-bit, 4:2:2
        (HIGH_422). These profiles are specified in ITU-T H.264.Xavc4kProfileCodecProfilepublic void setFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop.
        I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some
        macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this
        setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting
        is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive
        quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of
        smoothing that Flicker adaptive quantization provides.XavcFlickerAdaptiveQuantizationpublic String getFlickerAdaptiveQuantization()
XavcFlickerAdaptiveQuantizationpublic Xavc4kProfileSettings withFlickerAdaptiveQuantization(String flickerAdaptiveQuantization)
flickerAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop.
        I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some
        macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this
        setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting
        is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive
        quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of
        smoothing that Flicker adaptive quantization provides.XavcFlickerAdaptiveQuantizationpublic Xavc4kProfileSettings withFlickerAdaptiveQuantization(XavcFlickerAdaptiveQuantization flickerAdaptiveQuantization)
flickerAdaptiveQuantization - The best way to set up adaptive quantization is to keep the default value, Auto, for the setting Adaptive
        quantization. When you do so, MediaConvert automatically applies the best types of quantization for your
        video content. Include this setting in your JSON job specification only when you choose to change the
        default value for Adaptive quantization. Enable this setting to have the encoder reduce I-frame pop.
        I-frame pop appears as a visual flicker that can arise when the encoder saves bits by copying some
        macroblocks many times from frame to frame, and then refreshes them at the I-frame. When you enable this
        setting, the encoder updates these macroblocks slightly more often to smooth out the flicker. This setting
        is disabled by default. Related setting: In addition to enabling this setting, you must also set Adaptive
        quantization to a value other than Off or Auto. Use Adaptive quantization to adjust the degree of
        smoothing that Flicker adaptive quantization provides.XavcFlickerAdaptiveQuantizationpublic void setGopBReference(String gopBReference)
gopBReference - Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
        Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder
        from using B-frames as reference frames.XavcGopBReferencepublic String getGopBReference()
XavcGopBReferencepublic Xavc4kProfileSettings withGopBReference(String gopBReference)
gopBReference - Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
        Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder
        from using B-frames as reference frames.XavcGopBReferencepublic Xavc4kProfileSettings withGopBReference(XavcGopBReference gopBReference)
gopBReference - Specify whether the encoder uses B-frames as reference frames for other pictures in the same GOP. Choose
        Allow to allow the encoder to use B-frames as reference frames. Choose Don't allow to prevent the encoder
        from using B-frames as reference frames.XavcGopBReferencepublic void setGopClosedCadence(Integer gopClosedCadence)
gopClosedCadence - Frequency of closed GOPs. 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.public Integer getGopClosedCadence()
public Xavc4kProfileSettings withGopClosedCadence(Integer gopClosedCadence)
gopClosedCadence - Frequency of closed GOPs. 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.public void setHrdBufferSize(Integer hrdBufferSize)
hrdBufferSize - Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify
        this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set
        it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.public Integer getHrdBufferSize()
public Xavc4kProfileSettings withHrdBufferSize(Integer hrdBufferSize)
hrdBufferSize - Specify the size of the buffer that MediaConvert uses in the HRD buffer model for this output. Specify
        this value in bits; for example, enter five megabits as 5000000. When you don't set this value, or you set
        it to zero, MediaConvert calculates the default by doubling the bitrate of this output point.public void setQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video
        quality. The default behavior is faster, lower quality, single-pass encoding.Xavc4kProfileQualityTuningLevelpublic String getQualityTuningLevel()
Xavc4kProfileQualityTuningLevelpublic Xavc4kProfileSettings withQualityTuningLevel(String qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video
        quality. The default behavior is faster, lower quality, single-pass encoding.Xavc4kProfileQualityTuningLevelpublic Xavc4kProfileSettings withQualityTuningLevel(Xavc4kProfileQualityTuningLevel qualityTuningLevel)
qualityTuningLevel - Optional. Use Quality tuning level to choose how you want to trade off encoding speed for output video
        quality. The default behavior is faster, lower quality, single-pass encoding.Xavc4kProfileQualityTuningLevelpublic void setSlices(Integer slices)
slices - Number of slices per picture. 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.public Integer getSlices()
public Xavc4kProfileSettings withSlices(Integer slices)
slices - Number of slices per picture. 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.public String toString()
toString in class ObjectObject.toString()public Xavc4kProfileSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.