Class H265Settings

    • Method Detail

      • adaptiveQuantizationAsString

        public final String adaptiveQuantizationAsString()
        Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.

        If the service returns an enum value that is not available in the current SDK version, adaptiveQuantization will return H265AdaptiveQuantization.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from adaptiveQuantizationAsString().

        Returns:
        Adaptive quantization. Allows intra-frame quantizers to vary to improve visual quality.
        See Also:
        H265AdaptiveQuantization
      • afdSignaling

        public final AfdSignaling afdSignaling()
        Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.

        If the service returns an enum value that is not available in the current SDK version, afdSignaling will return AfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from afdSignalingAsString().

        Returns:
        Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.
        See Also:
        AfdSignaling
      • afdSignalingAsString

        public final String afdSignalingAsString()
        Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.

        If the service returns an enum value that is not available in the current SDK version, afdSignaling will return AfdSignaling.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from afdSignalingAsString().

        Returns:
        Indicates that AFD values will be written into the output stream. If afdSignaling is "auto", the system will try to preserve the input AFD value (in cases where multiple AFD values are valid). If set to "fixed", the AFD value will be the value configured in the fixedAfd parameter.
        See Also:
        AfdSignaling
      • alternativeTransferFunctionAsString

        public final String alternativeTransferFunctionAsString()
        Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.

        If the service returns an enum value that is not available in the current SDK version, alternativeTransferFunction will return H265AlternativeTransferFunction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from alternativeTransferFunctionAsString().

        Returns:
        Whether or not EML should insert an Alternative Transfer Function SEI message to support backwards compatibility with non-HDR decoders and displays.
        See Also:
        H265AlternativeTransferFunction
      • bitrate

        public final Integer bitrate()
        Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
        Returns:
        Average bitrate in bits/second. Required when the rate control mode is VBR or CBR. Not used for QVBR. In an MS Smooth output group, each output must have a unique value when its bitrate is rounded down to the nearest multiple of 1000.
      • bufSize

        public final Integer bufSize()
        Size of buffer (HRD buffer model) in bits.
        Returns:
        Size of buffer (HRD buffer model) in bits.
      • colorMetadataAsString

        public final String colorMetadataAsString()
        Includes colorspace metadata in the output.

        If the service returns an enum value that is not available in the current SDK version, colorMetadata will return H265ColorMetadata.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from colorMetadataAsString().

        Returns:
        Includes colorspace metadata in the output.
        See Also:
        H265ColorMetadata
      • colorSpaceSettings

        public final H265ColorSpaceSettings colorSpaceSettings()
        Color Space settings
        Returns:
        Color Space settings
      • filterSettings

        public final H265FilterSettings filterSettings()
        Optional. Both filters reduce bandwidth by removing imperceptible details. You can enable one of the filters. We recommend that you try both filters and observe the results to decide which one to use. The Temporal Filter reduces bandwidth by removing imperceptible details in the content. It combines perceptual filtering and motion compensated temporal filtering (MCTF). It operates independently of the compression level. The Bandwidth Reduction filter is a perceptual filter located within the encoding loop. It adapts to the current compression level to filter imperceptible signals. This filter works only when the resolution is 1080p or lower.
        Returns:
        Optional. Both filters reduce bandwidth by removing imperceptible details. You can enable one of the filters. We recommend that you try both filters and observe the results to decide which one to use. The Temporal Filter reduces bandwidth by removing imperceptible details in the content. It combines perceptual filtering and motion compensated temporal filtering (MCTF). It operates independently of the compression level. The Bandwidth Reduction filter is a perceptual filter located within the encoding loop. It adapts to the current compression level to filter imperceptible signals. This filter works only when the resolution is 1080p or lower.
      • fixedAfd

        public final FixedAfd fixedAfd()
        Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.

        If the service returns an enum value that is not available in the current SDK version, fixedAfd will return FixedAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from fixedAfdAsString().

        Returns:
        Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.
        See Also:
        FixedAfd
      • fixedAfdAsString

        public final String fixedAfdAsString()
        Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.

        If the service returns an enum value that is not available in the current SDK version, fixedAfd will return FixedAfd.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from fixedAfdAsString().

        Returns:
        Four bit AFD value to write on all frames of video in the output stream. Only valid when afdSignaling is set to 'Fixed'.
        See Also:
        FixedAfd
      • flickerAq

        public final H265FlickerAq flickerAq()
        If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.

        If the service returns an enum value that is not available in the current SDK version, flickerAq will return H265FlickerAq.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from flickerAqAsString().

        Returns:
        If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
        See Also:
        H265FlickerAq
      • flickerAqAsString

        public final String flickerAqAsString()
        If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.

        If the service returns an enum value that is not available in the current SDK version, flickerAq will return H265FlickerAq.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from flickerAqAsString().

        Returns:
        If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
        See Also:
        H265FlickerAq
      • framerateDenominator

        public final Integer framerateDenominator()
        Framerate denominator.
        Returns:
        Framerate denominator.
      • framerateNumerator

        public final Integer framerateNumerator()
        Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
        Returns:
        Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
      • gopClosedCadence

        public final Integer 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.
        Returns:
        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.
      • gopSize

        public final Double gopSize()
        GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
        Returns:
        GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
      • gopSizeUnits

        public final H265GopSizeUnits gopSizeUnits()
        Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.

        If the service returns an enum value that is not available in the current SDK version, gopSizeUnits will return H265GopSizeUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from gopSizeUnitsAsString().

        Returns:
        Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.
        See Also:
        H265GopSizeUnits
      • gopSizeUnitsAsString

        public final String gopSizeUnitsAsString()
        Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.

        If the service returns an enum value that is not available in the current SDK version, gopSizeUnits will return H265GopSizeUnits.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from gopSizeUnitsAsString().

        Returns:
        Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.
        See Also:
        H265GopSizeUnits
      • levelAsString

        public final String levelAsString()
        H.265 Level.

        If the service returns an enum value that is not available in the current SDK version, level will return H265Level.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from levelAsString().

        Returns:
        H.265 Level.
        See Also:
        H265Level
      • lookAheadRateControl

        public final H265LookAheadRateControl lookAheadRateControl()
        Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.

        If the service returns an enum value that is not available in the current SDK version, lookAheadRateControl will return H265LookAheadRateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lookAheadRateControlAsString().

        Returns:
        Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
        See Also:
        H265LookAheadRateControl
      • lookAheadRateControlAsString

        public final String lookAheadRateControlAsString()
        Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.

        If the service returns an enum value that is not available in the current SDK version, lookAheadRateControl will return H265LookAheadRateControl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from lookAheadRateControlAsString().

        Returns:
        Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
        See Also:
        H265LookAheadRateControl
      • maxBitrate

        public final Integer maxBitrate()
        For QVBR: See the tooltip for Quality level
        Returns:
        For QVBR: See the tooltip for Quality level
      • minIInterval

        public final Integer minIInterval()
        Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. 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 and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
        Returns:
        Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. 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 and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
      • parDenominator

        public final Integer parDenominator()
        Pixel Aspect Ratio denominator.
        Returns:
        Pixel Aspect Ratio denominator.
      • parNumerator

        public final Integer parNumerator()
        Pixel Aspect Ratio numerator.
        Returns:
        Pixel Aspect Ratio numerator.
      • qvbrQualityLevel

        public final Integer qvbrQualityLevel()
        Controls the target quality for the video encode. 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
        Returns:
        Controls the target quality for the video encode. 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
      • rateControlMode

        public final H265RateControlMode rateControlMode()
        Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.

        If the service returns an enum value that is not available in the current SDK version, rateControlMode will return H265RateControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from rateControlModeAsString().

        Returns:
        Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.
        See Also:
        H265RateControlMode
      • rateControlModeAsString

        public final String rateControlModeAsString()
        Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.

        If the service returns an enum value that is not available in the current SDK version, rateControlMode will return H265RateControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from rateControlModeAsString().

        Returns:
        Rate control mode. QVBR: Quality will match the specified quality level except when it is constrained by the maximum bitrate. Recommended if you or your viewers pay for bandwidth. CBR: Quality varies, depending on the video complexity. Recommended only if you distribute your assets to devices that cannot handle variable bitrates. Multiplex: This rate control mode is only supported (and is required) when the video is being delivered to a MediaLive Multiplex in which case the rate control configuration is controlled by the properties within the Multiplex Program.
        See Also:
        H265RateControlMode
      • scanType

        public final H265ScanType scanType()
        Sets the scan type of the output to progressive or top-field-first interlaced.

        If the service returns an enum value that is not available in the current SDK version, scanType will return H265ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scanTypeAsString().

        Returns:
        Sets the scan type of the output to progressive or top-field-first interlaced.
        See Also:
        H265ScanType
      • scanTypeAsString

        public final String scanTypeAsString()
        Sets the scan type of the output to progressive or top-field-first interlaced.

        If the service returns an enum value that is not available in the current SDK version, scanType will return H265ScanType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from scanTypeAsString().

        Returns:
        Sets the scan type of the output to progressive or top-field-first interlaced.
        See Also:
        H265ScanType
      • slices

        public final Integer 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. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
        Returns:
        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. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
      • tierAsString

        public final String tierAsString()
        H.265 Tier.

        If the service returns an enum value that is not available in the current SDK version, tier will return H265Tier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tierAsString().

        Returns:
        H.265 Tier.
        See Also:
        H265Tier
      • timecodeInsertion

        public final H265TimecodeInsertionBehavior timecodeInsertion()
        Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config

        If the service returns an enum value that is not available in the current SDK version, timecodeInsertion will return H265TimecodeInsertionBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from timecodeInsertionAsString().

        Returns:
        Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
        See Also:
        H265TimecodeInsertionBehavior
      • timecodeInsertionAsString

        public final String timecodeInsertionAsString()
        Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config

        If the service returns an enum value that is not available in the current SDK version, timecodeInsertion will return H265TimecodeInsertionBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from timecodeInsertionAsString().

        Returns:
        Determines how timecodes should be inserted into the video elementary stream. - 'disabled': Do not include timecodes - 'picTimingSei': Pass through picture timing SEI messages from the source specified in Timecode Config
        See Also:
        H265TimecodeInsertionBehavior
      • timecodeBurninSettings

        public final TimecodeBurninSettings timecodeBurninSettings()
        Timecode burn-in settings
        Returns:
        Timecode burn-in settings
      • mvOverPictureBoundariesAsString

        public final String mvOverPictureBoundariesAsString()
        If you are setting up the picture as a tile, you must set this to "disabled". In all other configurations, you typically enter "enabled".

        If the service returns an enum value that is not available in the current SDK version, mvOverPictureBoundaries will return H265MvOverPictureBoundaries.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from mvOverPictureBoundariesAsString().

        Returns:
        If you are setting up the picture as a tile, you must set this to "disabled". In all other configurations, you typically enter "enabled".
        See Also:
        H265MvOverPictureBoundaries
      • mvTemporalPredictor

        public final H265MvTemporalPredictor mvTemporalPredictor()
        If you are setting up the picture as a tile, you must set this to "disabled". In other configurations, you typically enter "enabled".

        If the service returns an enum value that is not available in the current SDK version, mvTemporalPredictor will return H265MvTemporalPredictor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from mvTemporalPredictorAsString().

        Returns:
        If you are setting up the picture as a tile, you must set this to "disabled". In other configurations, you typically enter "enabled".
        See Also:
        H265MvTemporalPredictor
      • mvTemporalPredictorAsString

        public final String mvTemporalPredictorAsString()
        If you are setting up the picture as a tile, you must set this to "disabled". In other configurations, you typically enter "enabled".

        If the service returns an enum value that is not available in the current SDK version, mvTemporalPredictor will return H265MvTemporalPredictor.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from mvTemporalPredictorAsString().

        Returns:
        If you are setting up the picture as a tile, you must set this to "disabled". In other configurations, you typically enter "enabled".
        See Also:
        H265MvTemporalPredictor
      • tileHeight

        public final Integer tileHeight()
        Set this field to set up the picture as a tile. You must also set tileWidth. The tile height must result in 22 or fewer rows in the frame. The tile width must result in 20 or fewer columns in the frame. And finally, the product of the column count and row count must be 64 of less. If the tile width and height are specified, MediaLive will override the video codec slices field with a value that MediaLive calculates
        Returns:
        Set this field to set up the picture as a tile. You must also set tileWidth. The tile height must result in 22 or fewer rows in the frame. The tile width must result in 20 or fewer columns in the frame. And finally, the product of the column count and row count must be 64 of less. If the tile width and height are specified, MediaLive will override the video codec slices field with a value that MediaLive calculates
      • tilePadding

        public final H265TilePadding tilePadding()
        Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size. If you are setting up the picture as a tile, you must enter "padded". In all other configurations, you typically enter "none".

        If the service returns an enum value that is not available in the current SDK version, tilePadding will return H265TilePadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tilePaddingAsString().

        Returns:
        Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size. If you are setting up the picture as a tile, you must enter "padded". In all other configurations, you typically enter "none".
        See Also:
        H265TilePadding
      • tilePaddingAsString

        public final String tilePaddingAsString()
        Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size. If you are setting up the picture as a tile, you must enter "padded". In all other configurations, you typically enter "none".

        If the service returns an enum value that is not available in the current SDK version, tilePadding will return H265TilePadding.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from tilePaddingAsString().

        Returns:
        Set to "padded" to force MediaLive to add padding to the frame, to obtain a frame that is a whole multiple of the tile size. If you are setting up the picture as a tile, you must enter "padded". In all other configurations, you typically enter "none".
        See Also:
        H265TilePadding
      • tileWidth

        public final Integer tileWidth()
        Set this field to set up the picture as a tile. See tileHeight for more information.
        Returns:
        Set this field to set up the picture as a tile. See tileHeight for more information.
      • treeblockSize

        public final H265TreeblockSize treeblockSize()
        Select the tree block size used for encoding. If you enter "auto", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter "auto".

        If the service returns an enum value that is not available in the current SDK version, treeblockSize will return H265TreeblockSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from treeblockSizeAsString().

        Returns:
        Select the tree block size used for encoding. If you enter "auto", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter "auto".
        See Also:
        H265TreeblockSize
      • treeblockSizeAsString

        public final String treeblockSizeAsString()
        Select the tree block size used for encoding. If you enter "auto", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter "auto".

        If the service returns an enum value that is not available in the current SDK version, treeblockSize will return H265TreeblockSize.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from treeblockSizeAsString().

        Returns:
        Select the tree block size used for encoding. If you enter "auto", the encoder will pick the best size. If you are setting up the picture as a tile, you must set this to 32x32. In all other configurations, you typically enter "auto".
        See Also:
        H265TreeblockSize
      • minQp

        public final Integer minQp()
        Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will apply an appropriate value.
        Returns:
        Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will apply an appropriate value.
      • deblocking

        public final H265Deblocking deblocking()
        Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries, which improves overall video quality. If the filter is disabled, visible block edges might appear in the output, especially at lower bitrates.

        If the service returns an enum value that is not available in the current SDK version, deblocking will return H265Deblocking.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deblockingAsString().

        Returns:
        Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries, which improves overall video quality. If the filter is disabled, visible block edges might appear in the output, especially at lower bitrates.
        See Also:
        H265Deblocking
      • deblockingAsString

        public final String deblockingAsString()
        Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries, which improves overall video quality. If the filter is disabled, visible block edges might appear in the output, especially at lower bitrates.

        If the service returns an enum value that is not available in the current SDK version, deblocking will return H265Deblocking.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from deblockingAsString().

        Returns:
        Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries, which improves overall video quality. If the filter is disabled, visible block edges might appear in the output, especially at lower bitrates.
        See Also:
        H265Deblocking
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)