Class: Aws::MediaLive::Types::H264ColorSpaceSettings

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

Overview

H264 Color Space Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#color_space_passthrough_settingsTypes::ColorSpacePassthroughSettings

Passthrough applies no color space conversion to the output



4839
4840
4841
4842
4843
4844
4845
# File 'lib/aws-sdk-medialive/types.rb', line 4839

class H264ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end

#rec_601_settingsTypes::Rec601Settings

Rec601 Settings



4839
4840
4841
4842
4843
4844
4845
# File 'lib/aws-sdk-medialive/types.rb', line 4839

class H264ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end

#rec_709_settingsTypes::Rec709Settings

Rec709 Settings



4839
4840
4841
4842
4843
4844
4845
# File 'lib/aws-sdk-medialive/types.rb', line 4839

class H264ColorSpaceSettings < Struct.new(
  :color_space_passthrough_settings,
  :rec_601_settings,
  :rec_709_settings)
  SENSITIVE = []
  include Aws::Structure
end