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

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

Overview

Note:

When making an API call, you may pass Mpeg2FilterSettings data as a 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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#temporal_filter_settingsTypes::TemporalFilterSettings

Temporal Filter Settings



12435
12436
12437
12438
12439
# File 'lib/aws-sdk-medialive/types.rb', line 12435

class Mpeg2FilterSettings < Struct.new(
  :temporal_filter_settings)
  SENSITIVE = []
  include Aws::Structure
end