Class: Aws::MediaLive::Types::ColorCorrection

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

Overview

Property of ColorCorrectionSettings. Used for custom color space conversion. The object identifies one 3D LUT file and specifies the input/output color space combination that the file will be used for.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_color_spaceString

The color space of the input.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-medialive/types.rb', line 2032

class ColorCorrection < Struct.new(
  :input_color_space,
  :output_color_space,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#output_color_spaceString

The color space of the output.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-medialive/types.rb', line 2032

class ColorCorrection < Struct.new(
  :input_color_space,
  :output_color_space,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The URI of the 3D LUT file. The protocol must be ‘s3:’ or ‘s3ssl:’:.

Returns:

  • (String)


2032
2033
2034
2035
2036
2037
2038
# File 'lib/aws-sdk-medialive/types.rb', line 2032

class ColorCorrection < Struct.new(
  :input_color_space,
  :output_color_space,
  :uri)
  SENSITIVE = []
  include Aws::Structure
end