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

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 H264ColorSpaceSettings data as a hash:

{
  color_space_passthrough_settings: {
  },
  rec_601_settings: {
  },
  rec_709_settings: {
  },
}

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



7753
7754
7755
7756
7757
7758
7759
# File 'lib/aws-sdk-medialive/types.rb', line 7753

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



7753
7754
7755
7756
7757
7758
7759
# File 'lib/aws-sdk-medialive/types.rb', line 7753

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



7753
7754
7755
7756
7757
7758
7759
# File 'lib/aws-sdk-medialive/types.rb', line 7753

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