You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::Mpeg2FilterSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Mpeg2FilterSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  temporal_filter_settings: {
    post_filter_sharpening: "AUTO", # accepts AUTO, DISABLED, ENABLED
    strength: "AUTO", # accepts AUTO, STRENGTH_1, STRENGTH_2, STRENGTH_3, STRENGTH_4, STRENGTH_5, STRENGTH_6, STRENGTH_7, STRENGTH_8, STRENGTH_9, STRENGTH_10, STRENGTH_11, STRENGTH_12, STRENGTH_13, STRENGTH_14, STRENGTH_15, STRENGTH_16
  },
}

Mpeg2 Filter Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#temporal_filter_settingsTypes::TemporalFilterSettings

Temporal Filter Settings

Returns: