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

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

Returns:

  • (Types::ColorSpacePassthroughSettings)


4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4867

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

Returns:

  • (Types::Rec601Settings)


4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4867

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

Returns:

  • (Types::Rec709Settings)


4867
4868
4869
4870
4871
4872
4873
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4867

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