Class: Aws::MediaLive::Types::BandwidthReductionFilterSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Bandwidth Reduction Filter Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#post_filter_sharpeningString

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:

  • (String)


21053
21054
21055
21056
21057
21058
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21053

class BandwidthReductionFilterSettings < Struct.new(
  :post_filter_sharpening,
  :strength)
  SENSITIVE = []
  include Aws::Structure
end

#strengthString

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:

  • (String)


21053
21054
21055
21056
21057
21058
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21053

class BandwidthReductionFilterSettings < Struct.new(
  :post_filter_sharpening,
  :strength)
  SENSITIVE = []
  include Aws::Structure
end