Class: Aws::MediaLive::Types::BandwidthReductionFilterSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::BandwidthReductionFilterSettings
- 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
-
#post_filter_sharpening ⇒ String
Configures the sharpening control, which is available when the bandwidth reduction filter is enabled.
-
#strength ⇒ String
Enables the bandwidth reduction filter.
Instance Attribute Details
#post_filter_sharpening ⇒ String
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.
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 |
#strength ⇒ String
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.
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 |