Interface BandwidthReductionFilterSettings.Builder

    • Method Detail

      • postFilterSharpening

        BandwidthReductionFilterSettings.Builder postFilterSharpening​(String postFilterSharpening)
        Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.
        Parameters:
        postFilterSharpening - Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BandwidthReductionPostFilterSharpening, BandwidthReductionPostFilterSharpening
      • postFilterSharpening

        BandwidthReductionFilterSettings.Builder postFilterSharpening​(BandwidthReductionPostFilterSharpening postFilterSharpening)
        Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.
        Parameters:
        postFilterSharpening - Configures the sharpening control, which is available when the bandwidth reduction filter is enabled. This control sharpens edges and contours, which produces a specific artistic effect that you might want. We recommend that you test each of the values (including DISABLED) to observe the sharpening effect on the content.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BandwidthReductionPostFilterSharpening, BandwidthReductionPostFilterSharpening
      • strength

        BandwidthReductionFilterSettings.Builder strength​(String strength)
        Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.
        Parameters:
        strength - Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BandwidthReductionFilterStrength, BandwidthReductionFilterStrength
      • strength

        BandwidthReductionFilterSettings.Builder strength​(BandwidthReductionFilterStrength strength)
        Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.
        Parameters:
        strength - Enables the bandwidth reduction filter. The filter strengths range from 1 to 4. We recommend that you always enable this filter and use AUTO, to let MediaLive apply the optimum filtering for the context.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BandwidthReductionFilterStrength, BandwidthReductionFilterStrength