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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2047

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)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2047

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)


2047
2048
2049
2050
2051
2052
2053
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 2047

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